tools/go/packages
Suzy Mueller 0bf5a32247 go/packages: add tests for vendoring
Test that the import graph for packages in the GOPATH that use vendoring
are correct and are keyed by the import path as it appears in the source
file.

Change-Id: Ibf9a516b4bfcc9f2d45f349d2ae49a0dbf958e30
Reviewed-on: https://go-review.googlesource.com/125298
Run-TryBot: Suzy Mueller <suzmue@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2018-07-26 17:31:39 +00:00
..
gopackages go/packages: fix the gopackages command 2018-07-25 23:55:34 +00:00
doc.go go/packages: revise documentation 2018-07-23 18:30:23 +00:00
golist.go go/packages: switch fallback implementation to use go list 2018-07-26 16:53:35 +00:00
golist_fallback.go go/packages: fix bug preventing build 2018-07-26 17:03:46 +00:00
packages.go go/packages: switch fallback implementation to use go list 2018-07-26 16:53:35 +00:00
packages110_test.go go/packages: switch fallback implementation to use go list 2018-07-26 16:53:35 +00:00
packages_test.go go/packages: add tests for vendoring 2018-07-26 17:31:39 +00:00
raw.go go/packages: alter the internal api to go list 2018-07-25 20:44:53 +00:00
stdlib_test.go go/packages: changes to the API per CL 125305 2018-07-25 00:10:29 +00:00