tools/go/packages
Ian Cottrell ade7853a2a go/packages: allow Load to use source if no export data is possible
We ask the underlying tool to produce export data if needed, but if it
cant we should fall back to source rather than just failing.

Change-Id: I376d41b4c8ad4d3c1aef3ca4ab4e3d0466b83b56
Reviewed-on: https://go-review.googlesource.com/126875
Run-TryBot: Ian Cottrell <iancottrell@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-07-31 16:59:11 +00:00
..
gopackages go/packages: fix the gopackages command 2018-07-25 23:55:34 +00:00
doc.go go/packages: add Flags to Config 2018-07-27 19:51:41 +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: add Flags to Config 2018-07-27 19:51:41 +00:00
packages.go go/packages: allow Load to use source if no export data is possible 2018-07-31 16:59:11 +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: allow Load to use source if no export data is possible 2018-07-31 16:59:11 +00:00
raw.go go/packages: add Flags to Config 2018-07-27 19:51:41 +00:00
stdlib_test.go go/packages: changes to the API per CL 125305 2018-07-25 00:10:29 +00:00