1
0
mirror of https://github.com/golang/go synced 2024-10-05 07:11:22 -06:00
go/src/fmt
Rob Pike e3a9a08a0b fmt: allow for space and plus flags when computing widths
Fixes #10770.
Fixes #10771.

This time maybe for sure?

Change-Id: I43d6e5fd6846cf58427fec183832d500a932df59
Reviewed-on: https://go-review.googlesource.com/9896
Reviewed-by: Russ Cox <rsc@golang.org>
2015-05-11 18:34:19 +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: allow for space and plus flags when computing widths 2015-05-11 18:34:19 +00:00
format.go fmt: allow for space and plus flags when computing widths 2015-05-11 18:34:19 +00:00
norace_test.go fmt: skip malloc test under race detector 2015-05-11 17:45:26 +00:00
print.go fmt: prevent panic from %.[] 2015-05-05 21:07:38 +00:00
race_test.go fmt: skip malloc test under race detector 2015-05-11 17:45:26 +00:00
scan_test.go fmt: fix bug in scanning of hex strings 2014-12-22 04:08:32 +00:00
scan.go fmt: document that Scanf returns an error the same as Scan 2015-05-05 19:48:50 +00:00
stringer_test.go