aboutsummaryrefslogtreecommitdiff
path: root/src/fmt
AgeCommit message (Expand)Author
2020-10-13fmt: explain how Formatter interface affects verbs and flagsBryan Boreham
2020-08-17fmt: avoid badverb formatting for %q when used with integersMartin Möhrmann
2020-02-26fmt: do not remove trailing zeros for %g and %G with #(sharp) flagyah01
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2019-10-25fmt: fix handling of %% verb in ScanfRob Pike
2019-09-27cmd: update x/tools version to enforce only one %wHasit Bhatt
2019-08-23doc/go1.13: document fmt's number syntax updatesEmmanuel T Odeke
2019-06-27fmt: fix typo in errors.goBaokun Lee
2019-05-23fmt: always clear wrapErrsMartin Möhrmann
2019-05-15fmt: support %wDamien Neil
2019-05-15errors, fmt: revert rejected changes for Go 1.13Damien Neil
2019-05-09fmt: rename buffer.WriteByte to writeByteRuss Cox
2019-03-25fmt: fix spelling mistake in exampleRob Pike
2019-03-20os: make errors.Is work with ErrPermission et al.Damien Neil
2019-03-18cmd/compile: rename init function from init.ializers back to initKeith Randall
2019-03-14fmt: make type of fmt.Errorf the same as that of errors.NewMarcel van Lohuizen
2019-03-14fmt: refined tests for non-string error verbsMarcel van Lohuizen
2019-03-14fmt: put back named results in ss.scanBasePrefixRuss Cox
2019-03-06fmt: rewrite if-else-if-else chain to switch statementMotkov.Kirill
2019-02-28fmt: fix %d and other non-string verbs on errorsDamien 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-12-13fmt: include failing method name in panic messageIan Lance Taylor
2018-11-26fmt: update formatting example for mapsRob Pike
2018-11-14fmt: avoid allocation when formatting byte slice arguments with verb sMartin Möhrmann
2018-10-18fmt: print maps in key-sorted orderRob Pike
2018-10-16Revert "fmt: fix incorrect format of whole-number floats when using %#v"Filippo Valsorda
2018-10-06fmt: add example SscanfLehner Florian
2018-10-03io: export StringWriterDaniel Martí
2018-09-24fmt: unify the printing examplesRob Pike
2018-09-24fmt: add a package-level example illustrating basic formatsRob Pike
2018-09-19fmt: fix usage of sync.PoolJoe Tsai
2018-09-07fmt: add example for SprintThanabodee Charoenpiriyakij
2018-09-07fmt: add example for PrintThanabodee Charoenpiriyakij
2018-09-07fmt: add example for FprintThanabodee Charoenpiriyakij
2018-09-06fmt: add example for GoStringer interfaceWarren Fernandes
2018-08-31fmt: add example for FscanlnMuhammad Falak R Wani
2018-08-31fmt: add example for FscanfVenil Noronha
2018-08-31fmt: add an example for SprintlnDrew Flower
2018-08-31fmt: add Println exampleRodolfo Rodriguez
2018-08-30fmt: remove spelling mistake in exampleKevin Burke
2018-08-30fmt: add example for FprintlnDylan Waits
2018-08-30fmt: add an example for Errorfianzapolsky
2018-08-30fmt: add an example for SprintfVenil Noronha
2018-08-28fmt: fix incorrect format of whole-number floats when using %#vDave Brophy
2018-08-22fmt: print values for map keys with non-reflexive equalityMartin Möhrmann
2018-08-01strconv: clarify "g" and "G" precision in the docsDaniela Petruzalek