tools/go/loader
Alan Donovan 51931f86bf go/loader: define a FindPackage hook for build systems not compatible with "go build".
Google's proprietary build system, for example, does not use the
_test.go suffix to distinguish test from non-test files; this
information is stated explicitly in another form.

Change-Id: I3a8e919dbc556b6d5cfea1d2123da2616bd934d4
Reviewed-on: https://go-review.googlesource.com/5450
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2015-02-20 17:56:13 +00:00
..
testdata go/loader: improve robustness in face of input errors 2015-02-02 20:01:59 +00:00
cgo.go go.tools/*: replace $GOROOT/src/pkg with $GOROOT/src where appropriate. 2014-09-08 13:24:38 -04:00
loader.go go/loader: define a FindPackage hook for build systems not compatible with "go build". 2015-02-20 17:56:13 +00:00
loader_test.go go/loader: improve robustness in face of input errors 2015-02-02 20:01:59 +00:00
source_test.go astutil: move to go/ast/astutil 2015-01-13 15:47:47 +00:00
stdlib_test.go go/loader: improve robustness in face of input errors 2015-02-02 20:01:59 +00:00
util.go go/loader: improve robustness in face of input errors 2015-02-02 20:01:59 +00:00