mirror of
https://github.com/golang/go
synced 2024-11-19 04:44:41 -07:00
5ecc1643ff
We treat package IDs and import paths as semi-interchangeable, which is wrong when GOPATH vendoring is in use. The only place it hurts us is during import resolution, which is fixed here. We should always have the package loaded, so it's just a matter of finding it by searching each possible vendor location. Fixes golang/go#36155. Change-Id: If789092d16fa3d3294b6d8a2bcb980264506c161 Reviewed-on: https://go-review.googlesource.com/c/tools/+/215904 Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
analysis.go | ||
cache.go | ||
check.go | ||
debug.go | ||
error_test.go | ||
errors.go | ||
external.go | ||
load.go | ||
modfiles.go | ||
overlay.go | ||
parse_mod.go | ||
parse.go | ||
pkg.go | ||
session.go | ||
snapshot.go | ||
view.go |