index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fmt
/
doc.go
Age
Commit message (
Expand
)
Author
2025-11-27
fmt: document space behavior of Append
Alan Donovan
2024-12-17
fmt, strconv: document that exponent is always two digits
Ian Lance Taylor
2024-11-16
fmt: document nil receiver handling for GoStringer
Sean Liao
2024-04-02
fmt: add available godoc link
cui fliter
2024-02-13
fmt: document how %#g handles infinities and NaNs
Rob Pike
2024-01-31
fmt: update docs for %03s
Russ Cox
2023-09-25
fmt: clarify that we don't call String for %#v
Ian Lance Taylor
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-03-16
fmt, strconv: document use of Unicode replacement character in %q
Russ Cox
2022-03-15
all: untab /* */ doc comments
Russ Cox
2022-03-08
fmt: use tabs for indentation
Dmitri Shuralyov
2022-03-05
fmt: clarify right-padded strings use spaces
Adam Shannon
2021-06-07
fmt: split package documentation into more sections
Branden J Brown
2020-10-13
fmt: explain how Formatter interface affects verbs and flags
Bryan Boreham
2019-05-15
errors, fmt: revert rejected changes for Go 1.13
Damien Neil
2019-02-27
fmt: add frame info to Errorf and support %w
Marcel van Lohuizen
2019-02-26
fmt: fix an error in documentation for fmt
Bryan Heden
2019-02-26
fmt: scan new number syntax
Russ Cox
2019-02-26
fmt: format 0b, 0o prefixes in %#b and %O
Russ Cox
2019-02-26
fmt: format hex floats and complexes
Russ Cox
2018-08-01
strconv: clarify "g" and "G" precision in the docs
Daniela Petruzalek
2018-04-17
fmt: make %v doc for compound objects consistent
Ashish Gandhi
2018-04-17
fmt: document that Scan etc. accept 'p' format floats
Alberto Donizetti
2018-03-30
fmt: document the behaviour of %p on slices
mewmew
2017-10-15
fmt: clarify wording of * flag
Rob Pike
2017-08-28
fmt: document verbs %b %d %o %x %X for printing pointers
Rob Pike
2017-06-07
fmt: remove unnecessary trailing commas in doc.go
Rob Phoenix
2017-02-21
fmt: add short note about %g precision
Alberto Donizetti
2017-02-19
fmt: support sharp flag for float and complex value printing
Martin Möhrmann
2016-10-26
fmt: document that unexported struct fields don't get the String/Error treatment
Russ Cox
2016-10-18
fmt: fix documention for %#v on uints
Rob Pike
2016-10-07
fmt: document and adjust Scanf space handling to eliminate a few paradoxes
Russ Cox
2016-09-09
doc: avoid mentioning non-existence of u flag to fmt.Printf.
Jim Kingdon
2016-05-12
fmt: remove extra space in too few arguments example
Mohit Agarwal
2016-04-17
fmt: remove extra space in doc for compound objects
Emmanuel Odeke
2016-04-14
fmt: clarify that for %g precision determines number of significant digits
Rob Pike
2015-10-19
fmt: clarify reflect.Value printing
Nodir Turakulov
2015-08-31
fmt: fix scientific notation in docs
Shenghou Ma
2015-06-29
fmt: restore padding for %x on byte slices and strings
Rob Pike
2015-06-13
fmt: scanning widths apply after leading spaces
Rob Pike
2015-06-12
fmt: require newlines to match when scanning with a format
Rob Pike
2015-04-15
fmt: treat reflect.Value specially - as the value it holds
Rob Pike
2015-03-01
fmt: document existing behavior of nil receivers
Rob Pike
2015-01-19
fmt: reword the document for [n].
Shenghou Ma
2015-01-04
fmt: fix two typos
Shenghou Ma
2014-10-29
fmt: fix one-letter typo in doc.go
Rob Pike
2014-10-28
fmt: fix documentation for %g and %G
Rob Pike
2014-10-03
fmt: print &map like &slice and &struct
Rob Pike
2014-09-24
fmt: document and fix the handling of precision for strings and byte slices
Rob Pike
[next]