]> Cypherpunks repositories - gostls13.git/commit
handle nils safely in Printf.
authorRob Pike <r@golang.org>
Fri, 5 Feb 2010 00:23:25 +0000 (11:23 +1100)
committerRob Pike <r@golang.org>
Fri, 5 Feb 2010 00:23:25 +0000 (11:23 +1100)
commit2d7dc0e70c6ce215b8d86ab97d8867197999738d
treef3fbf018ba21cf0bea72f905bd9ea4f958bfdf38
parent987e1198dbc4981a72e2815beb87e8d76fff718a
handle nils safely in Printf.
add some tests for erroneous formats.

R=rsc
CC=golang-dev
https://golang.org/cl/201058
src/pkg/fmt/fmt_test.go
src/pkg/fmt/print.go