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.
+