]> Cypherpunks repositories - gostls13.git/commit
go/importer: revert incorrect change that slipped in prior CL
authorRobert Griesemer <gri@golang.org>
Wed, 13 Jan 2016 18:41:37 +0000 (10:41 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 13 Jan 2016 19:10:31 +0000 (19:10 +0000)
commit00c0a3a677d8720123b646bb8efa3bfa1e36a8a1
tree56b5852a005517e30bd112c6eb3b4b1a0ebb6f75
parent4a0eee2faa3c54dd267c76fe8d8c332cb6badc80
go/importer: revert incorrect change that slipped in prior CL

The package of anonymous fields is the package in which they were
declared, not the package of the anonymous field's type. Was correct
before and incorrectly changed with https://golang.org/cl/18549.

Change-Id: I9fd5bfbe9d0498c8733b6ca7b134a85defe16113
Reviewed-on: https://go-review.googlesource.com/18596
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/internal/gcimporter/gcimporter.go