]> Cypherpunks repositories - gostls13.git/commit
reflect: check pkgPath for unexported methods in Implements
authorIan Lance Taylor <iant@golang.org>
Wed, 31 May 2017 22:38:34 +0000 (15:38 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 8 Jun 2017 00:54:14 +0000 (00:54 +0000)
commit2ddc3e940e180d3466a364f224b3e54a1749d827
tree595858f5b882196ae7c687f423c4f639830682fb
parent755fd93b604c11bd67a7b1be496c1dcd0e001768
reflect: check pkgPath for unexported methods in Implements

Fixes #20541.

Change-Id: Ifdfdf3616482b71761daf6d114b779a8ec532051
Reviewed-on: https://go-review.googlesource.com/44495
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/reflect/set_test.go
src/reflect/type.go