summaryrefslogtreecommitdiff
path: root/src/pkg/fmt/stringer_test.go
AgeCommit message (Expand)AuthorFilesLines
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