]> Cypherpunks repositories - gostls13.git/commit
fmt: document that unexported struct fields don't get the String/Error treatment
authorRuss Cox <rsc@golang.org>
Thu, 20 Oct 2016 19:08:40 +0000 (15:08 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 26 Oct 2016 13:56:45 +0000 (13:56 +0000)
commit4b9490ee72c225d4d82cb4896f95c757ee8fef89
tree1e9a73938fc01397dbc72e90d68f71756fe1c4c1
parent59b0e147603e4a3a6170b56e30383a94e157e37a
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>
src/fmt/doc.go