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
go tool vet added its tag list much more recently than the others. I think we can change vet to take spaces too, but we're not going to change the go command proper to start taking commas.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Now different go cmds handle tag list in different ways:
go build
,go test
andgo vet
accepts space-separated tag list.go tool vet
accepts comma-separated tag list.go tool vet -h
says:If these cmds handle tag list in a consistent way, it will be easier for users to use them.
The text was updated successfully, but these errors were encountered: