]> Cypherpunks repositories - gostls13.git/commit
govet: add checking for printf verbs
authorRob Pike <r@golang.org>
Thu, 15 Dec 2011 23:17:52 +0000 (15:17 -0800)
committerRob Pike <r@golang.org>
Thu, 15 Dec 2011 23:17:52 +0000 (15:17 -0800)
commit197eb8f7c3703e46d3fc351d277e03cd3b413fbc
tree41639e899c6e4c356e8cb35635664aef7d44c1cf
parentcb7d6e37d81a92eb990f314a3824ec17d9099f0c
govet: add checking for printf verbs
Also fix the errors it catches.

Fixes #1654.

R=rsc
CC=golang-dev
https://golang.org/cl/5489060
src/cmd/govet/Makefile
src/cmd/govet/print.go
src/pkg/encoding/xml/marshal_test.go
src/pkg/net/http/readrequest_test.go
src/pkg/net/textproto/reader_test.go
src/pkg/os/os_test.go