]> Cypherpunks repositories - gostls13.git/commit
throughout: fix broken calls to Printf etc.
authorRob Pike <r@golang.org>
Tue, 7 Dec 2010 21:42:54 +0000 (16:42 -0500)
committerRob Pike <r@golang.org>
Tue, 7 Dec 2010 21:42:54 +0000 (16:42 -0500)
commit1ce6245d6cc313daba1a4d7b5b349328e18bba6b
tree267b7a6a454a3702e85696b570823bf3576bec9a
parentab7884da7eaea4ced7414c710aa0a5622e8eabd6
throughout: fix broken calls to Printf etc.
I have written a tool to verify Printf calls, and although it's not
ready to be reviewed yet it's already uncovered a spate of problems
in the repository.  I'm sending this CL to break the changes into
pieces; as the tool improves it will find more, I'm sure.

R=rsc
CC=golang-dev
https://golang.org/cl/3427043
25 files changed:
src/pkg/archive/zip/reader_test.go
src/pkg/big/int_test.go
src/pkg/bufio/bufio_test.go
src/pkg/bytes/buffer_test.go
src/pkg/container/vector/intvector_test.go
src/pkg/container/vector/stringvector_test.go
src/pkg/container/vector/vector_test.go
src/pkg/crypto/elliptic/elliptic_test.go
src/pkg/fmt/scan_test.go
src/pkg/gob/codec_test.go
src/pkg/json/scanner_test.go
src/pkg/json/stream_test.go
src/pkg/netchan/netchan_test.go
src/pkg/os/os_test.go
src/pkg/os/path_test.go
src/pkg/path/path_test.go
src/pkg/reflect/all_test.go
src/pkg/strconv/atob_test.go
src/pkg/syslog/syslog_test.go
src/pkg/time/tick_test.go
src/pkg/unicode/maketables.go
src/pkg/utf8/string_test.go
src/pkg/utf8/utf8_test.go
src/pkg/websocket/websocket_test.go
src/pkg/xml/xml_test.go