aboutsummaryrefslogtreecommitdiff
path: root/src/fmt/doc.go
AgeCommit message (Expand)Author
2021-06-07fmt: split package documentation into more sectionsBranden J Brown
2020-10-13fmt: explain how Formatter interface affects verbs and flagsBryan Boreham
2019-05-15errors, fmt: revert rejected changes for Go 1.13Damien Neil
2019-02-27fmt: add frame info to Errorf and support %wMarcel van Lohuizen
2019-02-26fmt: fix an error in documentation for fmtBryan Heden
2019-02-26fmt: scan new number syntaxRuss Cox
2019-02-26fmt: format 0b, 0o prefixes in %#b and %ORuss Cox
2019-02-26fmt: format hex floats and complexesRuss Cox
2018-08-01strconv: clarify "g" and "G" precision in the docsDaniela Petruzalek
2018-04-17fmt: make %v doc for compound objects consistentAshish Gandhi
2018-04-17fmt: document that Scan etc. accept 'p' format floatsAlberto Donizetti
2018-03-30fmt: document the behaviour of %p on slicesmewmew
2017-10-15fmt: clarify wording of * flagRob Pike
2017-08-28fmt: document verbs %b %d %o %x %X for printing pointersRob Pike
2017-06-07fmt: remove unnecessary trailing commas in doc.goRob Phoenix
2017-02-21fmt: add short note about %g precisionAlberto Donizetti
2017-02-19fmt: support sharp flag for float and complex value printingMartin Möhrmann
2016-10-26fmt: document that unexported struct fields don't get the String/Error treatmentRuss Cox
2016-10-18fmt: fix documention for %#v on uintsRob Pike
2016-10-07fmt: document and adjust Scanf space handling to eliminate a few paradoxesRuss Cox
2016-09-09doc: avoid mentioning non-existence of u flag to fmt.Printf.Jim Kingdon
2016-05-12fmt: remove extra space in too few arguments exampleMohit Agarwal
2016-04-17fmt: remove extra space in doc for compound objectsEmmanuel Odeke
2016-04-14fmt: clarify that for %g precision determines number of significant digitsRob Pike
2015-10-19fmt: clarify reflect.Value printingNodir Turakulov
2015-08-31fmt: fix scientific notation in docsShenghou Ma
2015-06-29fmt: restore padding for %x on byte slices and stringsRob Pike
2015-06-13fmt: scanning widths apply after leading spacesRob Pike
2015-06-12fmt: require newlines to match when scanning with a formatRob Pike
2015-04-15fmt: treat reflect.Value specially - as the value it holdsRob Pike
2015-03-01fmt: document existing behavior of nil receiversRob Pike
2015-01-19fmt: reword the document for [n].Shenghou Ma
2015-01-04fmt: fix two typosShenghou Ma
2014-10-29fmt: fix one-letter typo in doc.goRob Pike
2014-10-28fmt: fix documentation for %g and %GRob Pike
2014-10-03fmt: print &map like &slice and &structRob Pike
2014-09-24fmt: document and fix the handling of precision for strings and byte slicesRob Pike
2014-09-22fmt: document that self-recursive data structures can be fatalRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox