We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f0c19 commit b7d96b8Copy full SHA for b7d96b8
doc/go1.7.html
@@ -1049,6 +1049,16 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
1049
but distinguishes the tag not containing the given key
1050
from the tag associating an empty string with the given key.
1051
</p>
1052
+
1053
+<p>
1054
+The
1055
+<a href="/pkg/reflect/#Type.Method"><code>Method</code></a> and
1056
+<a href="/pkg/reflect/#Type.NumMethod"><code>NumMethod</code></a>
1057
+methods of
1058
+<a href="/pkg/reflect/#Type"><code>Type</code></a> and
1059
+<a href="/pkg/reflect/#Value"><code>Value</code></a>
1060
+no longer return or count unexported methods.
1061
+</p>
1062
</dd>
1063
1064
<dl id="strings"><a href="/pkg/strings/">strings</a></dl>
0 commit comments