]> Cypherpunks repositories - gostls13.git/commit
cmd/vet: accept space-separated tag lists for compatibility with cmd/go
authorRuss Cox <rsc@golang.org>
Tue, 25 Oct 2016 19:49:00 +0000 (15:49 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 25 Oct 2016 20:42:01 +0000 (20:42 +0000)
commita850dbdef2f1875d81ad09024480f648ce3eac32
tree3df581d5b78cfb0f1ddc90815a2fcf179d294ec6
parente24ccfc6fc6289073cdbe6f47f8a915e798578e9
cmd/vet: accept space-separated tag lists for compatibility with cmd/go

Fixes #17148.

Change-Id: I4c66aa0733c249ee6019d1c4e802a7e30457d4b6
Reviewed-on: https://go-review.googlesource.com/32030
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/vet/main.go
src/cmd/vet/vet_test.go