cmd/vet: errors printed twice #26222
Closed
Labels
Milestone
Comments
This was referenced Jul 4, 2018
/cc @alandonovan @mvdan |
Likely a duplicate of #26125 |
Duplicate of #26125 |
ah, thanks! subscribing to that one |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?What did you do?
foo
, and inside that directory, create a file named test.go:go vet .
What did you expect to see?
output of `go vet -n .` on Go 1.10.3
What did you see instead?
output of `go vet -n .` on Go 1.11beta1
This issue is currently breaking gometalinter; see alecthomas/gometalinter#499
The text was updated successfully, but these errors were encountered: