From b7d96b8e059ce446f25e615ab9ef277eae2ef1c9 Mon Sep 17 00:00:00 2001
From: David Crawshaw
Date: Wed, 25 May 2016 08:03:46 -0400
Subject: [PATCH] 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
---
doc/go1.7.html | 10 ++++++++++
1 file changed, 10 insertions(+)
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