summaryrefslogtreecommitdiff
path: root/src/fmt/fmt_test.go
Commit message (Expand)AuthorAgeFilesLines
* fmt: print &map like &slice and &structRob Pike2014-10-031-2/+32
* fmt: part 2 of the great flag rebuild: make %+v work in formattersRob Pike2014-10-031-71/+51
* fmt: make the %#v verb a special flagRob Pike2014-10-021-2/+93
* fmt: document and fix the handling of precision for strings and byte slicesRob Pike2014-09-241-0/+7
* fmt: make printing of ints 25-35% fasterRob Pike2014-09-221-0/+17
* fmt: fix allocation testsJosh Bleecher Snyder2014-09-181-2/+2
* fmt: fix allocation testRob Pike2014-09-091-4/+7
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1182