1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:21:22 -06:00
go/src/fmt
Shenghou Ma 24e4cd9eb6 fmt: fix scientific notation in docs
Fixes #12340.

Change-Id: I17a8b3711a8593ec60882a0dcadb38f0cc138f4b
Reviewed-on: https://go-review.googlesource.com/13949
Reviewed-by: Rob Pike <r@golang.org>
2015-08-31 18:43:00 +00:00
..
doc.go fmt: fix scientific notation in docs 2015-08-31 18:43:00 +00:00
export_test.go
fmt_test.go fmt: restore padding for %x on byte slices and strings 2015-06-29 07:17:23 +00:00
format.go fmt: restore padding for %x on byte slices and strings 2015-06-29 07:17:23 +00:00
norace_test.go fmt: skip malloc test under race detector 2015-05-11 17:45:26 +00:00
print.go fmt: handle negative width/prec when supplied as an argument 2015-06-25 05:34:02 +00:00
race_test.go fmt: skip malloc test under race detector 2015-05-11 17:45:26 +00:00
scan_test.go fmt: in Scanf, %c can scan a space, so don't skip spaces at %c 2015-08-24 20:25:07 +00:00
scan.go fmt: in Scanf, %c can scan a space, so don't skip spaces at %c 2015-08-24 20:25:07 +00:00
stringer_test.go