1
0
mirror of https://github.com/golang/go synced 2024-10-01 01:38:33 -06:00
go/cmd/vet
Andrew Gerrand 5ebbcd132f go.tools: use golang.org/x/... import paths
Rewrite performed with this command:
  sed -i '' 's_code.google.com/p/go\._golang.org/x/_g' \
    $(grep -lr 'code.google.com/p/go.' *)

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/170920043
2014-11-10 08:50:40 +11:00
..
testdata cmd/vet: tests for RET checking, SP checking, and leaf functions 2014-11-03 17:27:41 -05:00
whitelist go.tools/*: replace $GOROOT/src/pkg with $GOROOT/src where appropriate. 2014-09-08 13:24:38 -04:00
asmdecl.go cmd/vet: check return moves, support power64x, various fixes 2014-10-30 11:53:56 -04:00
assign.go vet: Rearrange checkers to use a registration system. 2014-06-13 15:04:45 +10:00
atomic.go vet: Rearrange checkers to use a registration system. 2014-06-13 15:04:45 +10:00
bool.go go.tools/cmd/vet: detect stupid boolean conditions 2014-07-02 10:39:57 -07:00
buildtag.go go.tools/cmd/vet: improve error message for build tag problems 2013-12-18 16:06:56 -08:00
composite.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
copylock.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
deadcode.go go.tools/cmd/vet: prevent panic on goto without label 2014-06-20 11:08:45 -07:00
doc.go go.tools/cmd/vet: detect suspicious shifts 2014-08-29 11:17:01 -07:00
main.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
method.go vet: Rearrange checkers to use a registration system. 2014-06-13 15:04:45 +10:00
nilfunc.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
print.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
rangeloop.go go.tools/cmd/vet: change message for range check 2014-08-24 17:26:18 -07:00
shadow.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
shift.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
structtag.go cmd/vet: check for use of json/xml struct tags with unexported fields 2014-06-13 18:44:31 -07:00
types.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
unsafeptr.go go.tools: use golang.org/x/... import paths 2014-11-10 08:50:40 +11:00
vet_test.go go.tools/cmd/vet: disable TestVet on Plan 9 2014-02-20 21:43:24 +01:00