1
0
mirror of https://github.com/golang/go synced 2024-11-24 13:40:19 -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 errchk: allow multiple patterns 2011-08-16 11:14:26 -04:00
fail.go test: silence/coalesce some tests 2011-09-26 19:35:21 -04:00
fake.go reflect: disallow Interface method on Value obtained via unexported name 2011-10-17 18:48:45 -04:00
pointer.go test: match gccgo error messages 2011-09-21 17:25:48 -07:00
private1.go
private.go
receiver1.go
receiver.go
recursive.go
returntype.go test: silence/coalesce some tests 2011-09-26 19:35:21 -04:00
struct.go