]> Cypherpunks repositories - gostls13.git/commit
fmt: document GoStringer and explain application of formats to compound objects
authorRob Pike <r@golang.org>
Tue, 18 Mar 2014 00:25:04 +0000 (11:25 +1100)
committerRob Pike <r@golang.org>
Tue, 18 Mar 2014 00:25:04 +0000 (11:25 +1100)
commit0de0de0907a9e7b644ce0ce8f9862b4d70f531c7
tree3f71c3289f495d2032276eb107ebd49a5d64f828
parent2701dadbac7d3bf166124f19659f9b906a026e0a
fmt: document GoStringer and explain application of formats to compound objects
%q quotes each element of a string slice; this was never explained in the docs.
Fixes #7015.

LGTM=josharian
R=golang-codereviews, josharian
CC=golang-codereviews
https://golang.org/cl/77140044
src/pkg/fmt/doc.go