1
0
mirror of https://github.com/golang/go synced 2024-11-20 04:04:41 -07:00
go/test/interface
Russ Cox 304cf4dc9b reflect: disallow Interface method on Value obtained via unexported name
Had been allowing it for use by fmt, but it is too hard to lock down.
Fix other packages not to depend on it.

R=r, r
CC=golang-dev
https://golang.org/cl/5266054
2011-10-17 18:48:45 -04:00
..
bigdata.go
convert1.go
convert2.go
convert.go
embed0.go
embed1.go
embed2.go
embed.go
explicit.go
fail.go
fake.go reflect: disallow Interface method on Value obtained via unexported name 2011-10-17 18:48:45 -04:00
pointer.go
private1.go
private.go
receiver1.go
receiver.go
recursive.go
returntype.go
struct.go