mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
This will be true in general for Go modules, so it's the right fallback. Note that if the package can be found in GOPATH, the code still uses the actual package name from GOPATH, so this only changes the fallback path. The fallback path is what currently executes when using modules (because they are not in GOPATH). Change-Id: I3d48517583eae9431e139371d363ce354c89340a Reviewed-on: https://go-review.googlesource.com/122616 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>