go/src/fmt
Russ Cox 8f4f1f63e9 fmt: hide bad format in test from vet
Hide in the source code instead of in the separate whitelist.
Removes the only printf false positive in the standard library.

Change-Id: I99285e67588c7c93bd56d59ee768a03be7c301e7
Reviewed-on: https://go-review.googlesource.com/74590
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2017-10-31 13:49:53 +00:00
..
doc.go fmt: clarify wording of * flag 2017-10-15 06:03:34 +00:00
example_test.go fmt: add Stringer example 2017-08-16 18:02:42 +00:00
export_test.go
fmt_test.go fmt: hide bad format in test from vet 2017-10-31 13:49:53 +00:00
format.go fmt: support sharp flag for float and complex value printing 2017-02-19 07:18:56 +00:00
print.go fmt: Implement pp.WriteString method 2017-09-20 06:48:34 +00:00
scan.go fmt: remove stopAtNewline unused parameter 2017-08-11 04:56:58 +00:00
scan_test.go
stringer_test.go