]> Cypherpunks repositories - gostls13.git/commit
govet: a new static checker for Go programs.
authorRob Pike <r@golang.org>
Thu, 9 Dec 2010 17:37:18 +0000 (12:37 -0500)
committerRob Pike <r@golang.org>
Thu, 9 Dec 2010 17:37:18 +0000 (12:37 -0500)
commit8e609cddef80ee828f16497f84fdaf674207d3d8
tree79f319cb9ef2476de6722e68a04b0b7614e2157d
parentb7c73110b10a28cf33c45ae7117fa4f6e52871a7
govet: a new static checker for Go programs.
At the moment, and for the forseeable future, it only checks arguments to print calls.

R=rsc, gri, niemeyer, iant2, rog, lstoakes, jacek.masiulaniec, cw
CC=golang-dev
https://golang.org/cl/3522041
src/cmd/govet/Makefile [new file with mode: 0644]
src/cmd/govet/doc.go [new file with mode: 0644]
src/cmd/govet/govet.go [new file with mode: 0644]
src/pkg/Makefile