summaryrefslogtreecommitdiff
path: root/src/fmt
Commit message (Expand)AuthorAgeFilesLines
* all: use reflect.{Pointer,PointerTo}Cuong Manh Le2021-10-263-6/+6
* fmt: split package documentation into more sectionsBranden J Brown2021-06-071-2/+2
* fmt: use “truncateString” not “truncate” in method doczfCode2021-03-131-1/+1
* fmt: explain how Formatter interface affects verbs and flagsBryan Boreham2020-10-132-5/+6
* fmt: avoid badverb formatting for %q when used with integersMartin Möhrmann2020-08-172-9/+5
* fmt: do not remove trailing zeros for %g and %G with #(sharp) flagyah012020-02-262-1/+21
* all: avoid string(i) where i has type intIan Lance Taylor2020-02-262-9/+9
* fmt: fix handling of %% verb in ScanfRob Pike2019-10-252-7/+25
* cmd: update x/tools version to enforce only one %wHasit Bhatt2019-09-271-3/+7
* doc/go1.13: document fmt's number syntax updatesEmmanuel T Odeke2019-08-231-1/+1
* fmt: fix typo in errors.goBaokun Lee2019-06-271-1/+1
* fmt: always clear wrapErrsMartin Möhrmann2019-05-231-1/+2
* fmt: support %wDamien Neil2019-05-153-7/+136
* errors, fmt: revert rejected changes for Go 1.13Damien Neil2019-05-156-893/+26
* fmt: rename buffer.WriteByte to writeByteRuss Cox2019-05-094-113/+113
* fmt: fix spelling mistake in exampleRob Pike2019-03-251-5/+5
* os: make errors.Is work with ErrPermission et al.Damien Neil2019-03-201-2/+2
* cmd/compile: rename init function from init.ializers back to initKeith Randall2019-03-181-1/+1
* fmt: make type of fmt.Errorf the same as that of errors.NewMarcel van Lohuizen2019-03-142-2/+18
* fmt: refined tests for non-string error verbsMarcel van Lohuizen2019-03-141-0/+10
* fmt: put back named results in ss.scanBasePrefixRuss Cox2019-03-141-1/+1
* fmt: rewrite if-else-if-else chain to switch statementMotkov.Kirill2019-03-061-10/+10
* fmt: fix %d and other non-string verbs on errorsDamien Neil2019-02-282-3/+19
* fmt: add frame info to Errorf and support %wMarcel van Lohuizen2019-02-276-26/+851
* fmt: fix an error in documentation for fmtBryan Heden2019-02-261-1/+1
* fmt: scan new number syntaxRuss Cox2019-02-263-22/+81
* fmt: format 0b, 0o prefixes in %#b and %ORuss Cox2019-02-264-12/+31
* fmt: format hex floats and complexesRuss Cox2019-02-264-6/+39
* fmt: include failing method name in panic messageIan Lance Taylor2018-12-132-12/+14
* fmt: update formatting example for mapsRob Pike2018-11-261-7/+6
* fmt: avoid allocation when formatting byte slice arguments with verb sMartin Möhrmann2018-11-143-10/+55
* fmt: print maps in key-sorted orderRob Pike2018-10-181-4/+5
* Revert "fmt: fix incorrect format of whole-number floats when using %#v"Filippo Valsorda2018-10-162-30/+18
* fmt: add example SscanfLehner Florian2018-10-061-0/+13
* io: export StringWriterDaniel Martí2018-10-031-6/+1
* fmt: unify the printing examplesRob Pike2018-09-241-61/+132
* fmt: add a package-level example illustrating basic formatsRob Pike2018-09-241-0/+149
* fmt: fix usage of sync.PoolJoe Tsai2018-09-191-0/+10
* fmt: add example for SprintThanabodee Charoenpiriyakij2018-09-071-0/+9
* fmt: add example for PrintThanabodee Charoenpiriyakij2018-09-071-0/+11
* fmt: add example for FprintThanabodee Charoenpiriyakij2018-09-071-0/+11
* fmt: add example for GoStringer interfaceWarren Fernandes2018-09-061-0/+59
* fmt: add example for FscanlnMuhammad Falak R Wani2018-08-311-0/+23
* fmt: add example for FscanfVenil Noronha2018-08-311-0/+19
* fmt: add an example for SprintlnDrew Flower2018-08-311-0/+8
* fmt: add Println exampleRodolfo Rodriguez2018-08-311-0/+11
* fmt: remove spelling mistake in exampleKevin Burke2018-08-301-1/+1
* fmt: add example for FprintlnDylan Waits2018-08-301-0/+12
* fmt: add an example for Errorfianzapolsky2018-08-302-18/+36
* fmt: add an example for SprintfVenil Noronha2018-08-301-0/+11