summaryrefslogtreecommitdiff
path: root/src/fmt/doc.go
Commit message (Expand)AuthorAgeFilesLines
* fmt: remove extra space in too few arguments exampleMohit Agarwal2016-05-121-1/+1
* fmt: remove extra space in doc for compound objectsEmmanuel Odeke2016-04-171-1/+1
* fmt: clarify that for %g precision determines number of significant digitsRob Pike2016-04-141-4/+4
* fmt: clarify reflect.Value printingNodir Turakulov2015-10-191-2/+2
* fmt: fix scientific notation in docsShenghou Ma2015-08-311-2/+2
* fmt: restore padding for %x on byte slices and stringsRob Pike2015-06-291-1/+4
* fmt: scanning widths apply after leading spacesRob Pike2015-06-131-7/+12
* fmt: require newlines to match when scanning with a formatRob Pike2015-06-121-12/+18
* fmt: treat reflect.Value specially - as the value it holdsRob Pike2015-04-151-4/+7
* fmt: document existing behavior of nil receiversRob Pike2015-03-011-1/+3
* fmt: reword the document for [n].Shenghou Ma2015-01-191-2/+2
* fmt: fix two typosShenghou Ma2015-01-041-2/+2
* fmt: fix one-letter typo in doc.goRob Pike2014-10-291-1/+1
* fmt: fix documentation for %g and %GRob Pike2014-10-281-2/+2
* fmt: print &map like &slice and &structRob Pike2014-10-031-1/+16
* fmt: document and fix the handling of precision for strings and byte slicesRob Pike2014-09-241-8/+12
* fmt: document that self-recursive data structures can be fatalRob Pike2014-09-221-0/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+272