]> Cypherpunks repositories - gostls13.git/commit
crypto/x509/pkix: remove references to fmt.Stringer in String method docs
authorRuss Cox <rsc@golang.org>
Wed, 6 Dec 2017 02:53:30 +0000 (21:53 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 6 Dec 2017 05:05:18 +0000 (05:05 +0000)
commita032f74bf0b40a94669159e7d7e96722eb76199b
tree6570e9a3f05d61bb17aa2e21b8af42ae931446b3
parentb36b12b292d7cfc8330702fb27865e5ef04e6c9e
crypto/x509/pkix: remove references to fmt.Stringer in String method docs

String method comments should explain what they do,
not that they are attempting to implement fmt.Stringer.

Change-Id: If51dd1ff2f0c2f9ef9dca569bfa0c3914be2e8fe
Reviewed-on: https://go-review.googlesource.com/82081
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/crypto/x509/pkix/pkix.go