mirror of
https://github.com/golang/go.git
synced 2025-05-07 08:32:59 +00:00
+ test. Also: - provide non-nil map to Importer.doImport0() to avoid a crash. - reorganize oracle "needs" bits. - reduce "needs" of 'freevars' and 'implements' queries by avoiding ssa.Packages when types.Package suffices. R=crawshaw CC=golang-dev https://golang.org/cl/13421046