From: David Crawshaw Date: Wed, 25 May 2016 12:03:46 +0000 (-0400) Subject: doc: reflect {Num,}Method skips unexported methods X-Git-Tag: go1.7beta1~93 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b7d96b8e059ce446f25e615ab9ef277eae2ef1c9;p=gostls13.git doc: reflect {Num,}Method skips unexported methods For #15673 Change-Id: I3ce8d4016854d41860c5a9f05a54cda3de49f337 Reviewed-on: https://go-review.googlesource.com/23430 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.7.html b/doc/go1.7.html index 74607d7ca5..db249dd053 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -1049,6 +1049,16 @@ is like but distinguishes the tag not containing the given key from the tag associating an empty string with the given key.

+ +

+The +Method and +NumMethod +methods of +Type and +Value +no longer return or count unexported methods. +

strings