1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:11:20 -06:00
go/src/fmt
Rob Pike 92715d7780 fmt: change the overflow test for large numbers in verbs
The old one was inferior.

Fixes #10695.

Change-Id: Ia7fb88c9ceb1b10197b77a54f729865385288d98
Reviewed-on: https://go-review.googlesource.com/9709
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
2015-05-05 18:17:59 +00:00
..
doc.go fmt: treat reflect.Value specially - as the value it holds 2015-04-15 15:59:39 +00:00
export_test.go
fmt_test.go fmt: change the overflow test for large numbers in verbs 2015-05-05 18:17:59 +00:00
format.go fmt: empty byte slices should print nothing in hex 2015-04-13 20:50:13 +00:00
print.go fmt: change the overflow test for large numbers in verbs 2015-05-05 18:17:59 +00:00
scan_test.go fmt: fix bug in scanning of hex strings 2014-12-22 04:08:32 +00:00
scan.go fmt: fix bug in scanning of hex strings 2014-12-22 04:08:32 +00:00
stringer_test.go