1
0
mirror of https://github.com/golang/go synced 2024-10-03 03:11:21 -06:00
go/src/cmd/vet
2013-03-06 16:52:03 -08:00
..
assign.go vet: check for useless assignments. 2013-03-06 09:55:04 +11:00
atomic.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
buildtag_bad.go cmd/vet: check for misplaced and malformed build tags 2013-01-31 13:52:27 -08:00
buildtag.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
doc.go cmd/vet: change some warnings to errors for consistency. 2013-03-05 14:31:17 -08:00
main.go cmd/vet: isolate the type checking code into a separate file 2013-03-06 12:49:56 -08:00
Makefile cmd/vet: isolate the type checking code into a separate file 2013-03-06 12:49:56 -08:00
method.go cmd/vet: change some warnings to errors for consistency. 2013-03-05 14:31:17 -08:00
print.go cmd/vet: isolate the type checking code into a separate file 2013-03-06 12:49:56 -08:00
rangeloop.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
structtag.go cmd/vet: change some warnings to errors for consistency. 2013-03-05 14:31:17 -08:00
taglit.go all: delete a couple of mentions of the exp and old trees 2013-03-06 16:52:03 -08:00
test_assign.go vet: check for useless assignments. 2013-03-06 09:55:04 +11:00
test_atomic.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
test_buildtag.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
test_method.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
test_print.go cmd/vet: use go/printer to pretty-print expressions in printf messages 2013-03-01 12:30:09 -08:00
test_rangeloop.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
test_structtag.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
test_taglit.go cmd/vet: move the tests into separate files 2013-02-25 16:25:34 -08:00
types.go cmd/vet: isolate the type checking code into a separate file 2013-03-06 12:49:56 -08:00
typestub.go cmd/vet: isolate the type checking code into a separate file 2013-03-06 12:49:56 -08:00