You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-tags 'tag list'
a list of build tags to consider satisfied during the build.
For more information about build tags, see the description of
build constraints in the documentation for the go/build package.
tag list needs to be separated by spaces. And https://golang.org/pkg/go/build/ talks about using spaces or commas to separate tags. I think that it will be clearer if a list of build tags is changed to a list of space-separated build tags.
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?The description
-tags
option is:tag list
needs to be separated by spaces. And https://golang.org/pkg/go/build/ talks about using spaces or commas to separate tags. I think that it will be clearer ifa list of build tags
is changed toa list of space-separated build tags
.The text was updated successfully, but these errors were encountered: