]> Cypherpunks repositories - gostls13.git/commit
govet: divide the program into one file per vetting suite
authorRob Pike <r@golang.org>
Thu, 15 Dec 2011 21:44:35 +0000 (13:44 -0800)
committerRob Pike <r@golang.org>
Thu, 15 Dec 2011 21:44:35 +0000 (13:44 -0800)
commitb618f32687ca1f71c5cc137cee735a2811f74a57
tree423ce0484f868fb19e3be78eaa444192ec32307f
parent04faa08c070191a7c187e4ff3a9eb7ed9b6b38a6
govet: divide the program into one file per vetting suite
Just a rearrangement except for a couple of new functions
and names so govet.go can have all the generic walk routines.

R=rsc
CC=golang-dev
https://golang.org/cl/5489058
src/cmd/govet/Makefile
src/cmd/govet/govet.go
src/cmd/govet/method.go [new file with mode: 0644]
src/cmd/govet/print.go [new file with mode: 0644]
src/cmd/govet/structtag.go [new file with mode: 0644]