summaryrefslogtreecommitdiff
path: root/src/pkg/fmt/stringer_test.go
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-2/+2
2010-06-14fmt.Print*: reimplement to switch on type first.Rob Pike1-15/+15
2010-02-25%q in fmt: if the object is a Stringer, use String() to get the value to quote.Rob Pike1-1/+1
2010-02-15Fix printing of named floating point types.Ian Lance Taylor1-0/+61