]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: include pkgPath on all struct types
authorDavid Crawshaw <crawshaw@golang.org>
Wed, 30 Mar 2016 15:15:01 +0000 (11:15 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Thu, 31 Mar 2016 20:11:39 +0000 (20:11 +0000)
commit43a274fd67747a70bb7c2f97db219f5d9ee8c07c
tree07143277182597c6b7be50bf6f0084426ecb28bd
parente775b8df7a073824e445b64742f3bc4dc4fa6f3d
cmd/compile: include pkgPath on all struct types

Fixes #15026.

Change-Id: I61ed71152b99973270d79264d1e8f466f7343c02
Reviewed-on: https://go-review.googlesource.com/21286
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/gc/reflect.go
src/reflect/all_test.go
src/reflect/export_test.go