]> Cypherpunks repositories - gostls13.git/commit
reflect: hide unexported methods that do not satisfy interfaces
authorDavid Crawshaw <crawshaw@golang.org>
Thu, 19 May 2016 17:31:58 +0000 (13:31 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 20 May 2016 14:36:14 +0000 (14:36 +0000)
commitbe1b93065356e71362ca8469fc53c9ab102c4be5
tree70e7be2232b175a6f6985e9d5a3465e905279c9c
parentb3bf2e7803174b77838a357ee05b1351ece6a29d
reflect: hide unexported methods that do not satisfy interfaces

Fixes #15673

Change-Id: Ib36d8db3299a93d92665dbde012d52c2c5332ac0
Reviewed-on: https://go-review.googlesource.com/23253
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/reflect/all_test.go
src/reflect/type.go