]> Cypherpunks repositories - gostls13.git/commit
archive/zip, crypto/tls, net/http: Fix print format errors.
authorRobin Eklind <r.eklind.87@gmail.com>
Sat, 17 Nov 2012 01:24:43 +0000 (17:24 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 17 Nov 2012 01:24:43 +0000 (17:24 -0800)
commit4f250132f734f3686e1bff3b632e4598a82931a8
tree6e252589525a43931f4a572559f8b269c68b471d
parentf3e6b2060679a6f430c9e711cf797d76d4226a15
archive/zip, crypto/tls, net/http: Fix print format errors.

All of the errors were located using "go vet ./..." in "src/pkg".

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/6856056
src/pkg/archive/zip/zip_test.go
src/pkg/crypto/tls/prf_test.go
src/pkg/net/http/transfer_test.go