summaryrefslogtreecommitdiff
path: root/src/pkg/fmt/stringer_test.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-61/+0
* delete float, complex - code changesRuss Cox2011-01-191-2/+2
* fmt.Print*: reimplement to switch on type first.Rob Pike2010-06-141-15/+15
* %q in fmt: if the object is a Stringer, use String() to get the value to quote.Rob Pike2010-02-251-1/+1
* Fix printing of named floating point types.Ian Lance Taylor2010-02-151-0/+61