Separate Test Cases in Golang With Build Tags
02 January 2021
A build tag or a build constraint as described in the build package documentation, is a line comment that begins `// +build` that lists the conditions under which a file should be included in the package.