]> Cypherpunks repositories - gostls13.git/commit
cmd/vet: give warning for construct 'Println(os.Stderr, ...)'
authorShenghou Ma <minux.ma@gmail.com>
Tue, 14 Feb 2012 16:24:41 +0000 (11:24 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 14 Feb 2012 16:24:41 +0000 (11:24 -0500)
commit60e4d5668e80457023a3432752b2889fb73b89bf
treea2bd1cdb8dc861fa23e6ec739b809c5c285b583a
parentd599accafa0ddd1a598f87c419099f82d5910004
cmd/vet: give warning for construct 'Println(os.Stderr, ...)'
        also fixes this bug in net/http/httptest.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5654083
src/cmd/vet/print.go
src/pkg/net/http/httptest/server.go