go/src/fmt
Russ Cox 4b9490ee72 fmt: document that unexported struct fields don't get the String/Error treatment
Fixes #17409.

Change-Id: Ib49ff4a467431b5c1e6637e5144979cf0bfba489
Reviewed-on: https://go-review.googlesource.com/31817
Reviewed-by: Martin Möhrmann <martisch@uos.de>
Reviewed-by: Quentin Smith <quentin@golang.org>
2016-10-26 13:56:45 +00:00
..
doc.go fmt: document that unexported struct fields don't get the String/Error treatment 2016-10-26 13:56:45 +00:00
export_test.go fmt: add tests for parsenum 2016-10-04 21:00:35 +00:00
fmt_test.go fmt: always handle special methods if print operand is a reflect.Value 2016-10-18 10:50:26 +00:00
format.go fmt: fix padding when precision is set for integer formatting 2016-04-17 16:23:12 +00:00
print.go fmt: always handle special methods if print operand is a reflect.Value 2016-10-18 10:50:26 +00:00
scan.go fmt: document and adjust Scanf space handling to eliminate a few paradoxes 2016-10-07 03:46:50 +00:00
scan_test.go fmt: document and adjust Scanf space handling to eliminate a few paradoxes 2016-10-07 03:46:50 +00:00
stringer_test.go