go/src/fmt
Thanabodee Charoenpiriyakij 7bee8085da fmt: add example for Sprint
Updates #27376

Change-Id: I9ce6541a95b5ecd13f3932558427de1f597df07a
Reviewed-on: https://go-review.googlesource.com/134036
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-09-07 12:32:06 +00:00
..
doc.go strconv: clarify "g" and "G" precision in the docs 2018-08-01 00:57:00 +00:00
example_test.go fmt: add example for Sprint 2018-09-07 12:32:06 +00:00
export_test.go
fmt_test.go fmt: fix incorrect format of whole-number floats when using %#v 2018-08-28 20:15:15 +00:00
format.go fmt: fix incorrect format of whole-number floats when using %#v 2018-08-28 20:15:15 +00:00
gostringer_example_test.go fmt: add example for GoStringer interface 2018-09-06 04:25:17 +00:00
print.go fmt: print values for map keys with non-reflexive equality 2018-08-22 21:32:42 +00:00
scan.go
scan_test.go
stringer_example_test.go fmt: add an example for Errorf 2018-08-30 19:40:13 +00:00
stringer_test.go