1
0
mirror of https://github.com/golang/go synced 2024-10-05 23:21:21 -06:00
go/src/cmd/vet
Rob Pike 98c9e9e74f cmd/vet: refer info about -printfuncs to the -printf flag
And vice versa.

The flags are tightly coupled so make the connection clear.

Change-Id: I505f76be631ffa6e489a441c2f3c717aa09ec802
Reviewed-on: https://go-review.googlesource.com/11324
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-06-22 20:42:01 +00:00
..
testdata cmd/vet: extend copylocks to anonymous functions 2015-06-13 03:07:43 +00:00
whitelist cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
asmdecl.go
assign.go
atomic.go
bool.go
buildtag.go
composite.go cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
copylock.go cmd/vet: extend copylocks to anonymous functions 2015-06-13 03:07:43 +00:00
deadcode.go
doc.go cmd/vet: refer info about -printfuncs to the -printf flag 2015-06-22 20:42:01 +00:00
main.go cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
method.go
nilfunc.go cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
print.go cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
rangeloop.go
shadow.go go/types: port recent x/tools/go/types fixes 2015-06-15 20:11:37 +00:00
shift.go cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
structtag.go
types.go cmd/vet: remove dependency on types.New 2015-06-08 20:52:07 +00:00
unsafeptr.go cmd/vet: adjust vet to use go/types and friends from std repo 2015-06-04 21:24:52 +00:00
unused.go go/types: port recent x/tools/go/types fixes 2015-06-15 20:11:37 +00:00
vet_test.go all: extract "can I exec?" check from tests into internal/testenv 2015-06-16 18:07:36 +00:00