Another change to bring the go1.10 fallback's functionality in line with the go1.11 go list implementation. The fallback now uses go env to determine GOPATH and GOROOT and searches them to see if any match an absolute path, and if so trims the GOPATH/GOROOT entry off the start of the path. Fixes golang/go#27734 Change-Id: Ibd2313fc4301d42fd8c0cd98f1f3e7a313d65eb7 Reviewed-on: https://go-review.googlesource.com/137096 Run-TryBot: Michael Matloob <matloob@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> |
||
|---|---|---|
| .. | ||
| gopackages | ||
| doc.go | ||
| example_test.go | ||
| external.go | ||
| golist.go | ||
| golist_fallback.go | ||
| golist_fallback_testmain.go | ||
| packages.go | ||
| packages110_test.go | ||
| packages_test.go | ||
| stdlib_test.go | ||
| visit.go | ||