]> Cypherpunks repositories - gostls13.git/commit
reflect: document that value.NumMethod counts exported methods
authorIan Lance Taylor <iant@golang.org>
Thu, 29 Jun 2017 15:06:22 +0000 (08:06 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 29 Jun 2017 15:28:16 +0000 (15:28 +0000)
commit7e4d1a05e577d630f9b7f51ce31d2a5d7f52568e
tree9b6b97e91dd9d5adc7abfc5b0fa6998ba0c69795
parentd13d6b337826cc3b3a2da665b4bc0a33c5d300af
reflect: document that value.NumMethod counts exported methods

Updates #17686
Fixes #20848

Change-Id: I35d58c7d1aa74d3e7867124070e27c787d444b04
Reviewed-on: https://go-review.googlesource.com/47210
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/reflect/value.go