cmd/vet: Incorrect warning for build tag in string. #9813
Closed
Labels
Comments
It's a warning. You can ignore it. Trying to split this hair is probably not worthwhile. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
go vet does a simple scan of the code looking for lines starting with "// +build", it is possible for this to appear in valid code. For example:
The text was updated successfully, but these errors were encountered: