cmd/vet: false positive on +build comment if within a string #24080
Labels
Comments
It's tricky and maybe hard to fix but I'll look into it. |
Thanks, Rob. |
This was reported earlier here: #13533 |
Duplicate of #13533. That one was closed as too hard to fix for the payoff, which is fair. Closing. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
go version go1.10 linux/amd64
When running
go vet
on the following code, it complains that the +build comment is in the wrong place:The text was updated successfully, but these errors were encountered: