]> Cypherpunks repositories - gostls13.git/commit
go/importer: fix field/method package for binary importer
authorRobert Griesemer <gri@golang.org>
Wed, 13 Jan 2016 18:52:56 +0000 (10:52 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 13 Jan 2016 19:41:32 +0000 (19:41 +0000)
commit66a7097ca9283bd98fd3fbb507634e444081d215
treefe1eff2807b70743087957c84e7cdae8f4a566b3
parent7ec55088108d97c66040434671921e6c6b590ff0
go/importer: fix field/method package for binary importer

This is the equivalent of https://golang.org/cl/18549 for
the binary importer (which is usually not used because by
default the gc compiler produces the traditional textual
export format).

For #13898.

Change-Id: Idb6b515f2ee49e6d0362c71846994b0bd4dae8f7
Reviewed-on: https://go-review.googlesource.com/18598
Reviewed-by: Alan Donovan <adonovan@google.com>
Run-TryBot: Robert Griesemer <gri@golang.org>
src/go/internal/gcimporter/bimport.go