]> Cypherpunks repositories - gostls13.git/commit
fmt: tweak the explanation of Stringer to be more correct and less specific
authorRob Pike <r@golang.org>
Wed, 10 Apr 2013 21:05:34 +0000 (14:05 -0700)
committerRob Pike <r@golang.org>
Wed, 10 Apr 2013 21:05:34 +0000 (14:05 -0700)
commitbb195f67938c9f32985d3b2c231f3d43c4ef83f8
treebe6d8f2866907aacdfc544e5dce7c5d16d0ab532
parentd06313e8cebb5d956f2b5e8c74f8c495808b2275
fmt: tweak the explanation of Stringer to be more correct and less specific
The String method is called whenever the printing operation wants a string,
not just for %s and %v.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8638043
src/pkg/fmt/print.go