Do not run ``govet`` with ``-v``.

This is per https://code.google.com/p/go/issues/detail?id=2507.
This commit is contained in:
Matt T. Proud 2013-03-14 14:31:19 -07:00
parent 615e6d13d7
commit 44d6ad9eee
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ format:
find . -iname '*.go' | egrep -v "generated|\.(l|y)\.go" | xargs -n1 gofmt -w -s=true
advice:
go tool vet -v .
go tool vet .
search_index:
godoc -index -write_index -index_files='search_index'