1
0
mirror of https://github.com/golang/go synced 2024-11-06 02:16:10 -07:00
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
print.go fmt: Implement pp.WriteString method 2017-09-20 06:48:34 +00:00
scan_test.go
scan.go
stringer_test.go