summaryrefslogtreecommitdiff
path: root/src/pkg/fmt/stringer_test.go
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-61/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+61
2011-09-13Imported Upstream version 60Ondřej Surý1-61/+0
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