]> Cypherpunks repositories - gostls13.git/commit
cmd/vet: make "-all -shadow" mean all default checks and -shadow
authorKonstantin Shaposhnikov <k.shaposhnikov@gmail.com>
Mon, 26 Oct 2015 12:10:54 +0000 (20:10 +0800)
committerRuss Cox <rsc@golang.org>
Sat, 5 Dec 2015 04:07:36 +0000 (04:07 +0000)
commit3fb9e08758df3f2ace772271c73692e483d85a80
tree68bbfec7569339b59dbca419731e047f4db87e18
parente0c05fcb5b92dee3ab130e41c574b31625514dfe
cmd/vet: make "-all -shadow" mean all default checks and -shadow

Prior to this change "go tool vet -all -shadow" ran only -shadow check.

Also fix godoc package path in the usage text.

Fixes #13020

Change-Id: I87c60d6b06a02106ae8bff56adb79df032cc4646
Reviewed-on: https://go-review.googlesource.com/16325
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/vet/doc.go
src/cmd/vet/main.go