tools/go/loader
Alan Donovan 1b6275a2ec go/loader: API examples
Also: make it easier to find packages.  Hide the importMap field
(never used) and expose a (*Program).Package method which searches
importMap and then Created.

Also: move huge comments into doc.go.

Change-Id: Iad96a12524b7c41ad9acd1e806af23171e71fa7c
Reviewed-on: https://go-review.googlesource.com/9030
Reviewed-by: Robert Griesemer <gri@golang.org>
2015-04-17 18:50:18 +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
doc.go go/loader: API examples 2015-04-17 18:50:18 +00:00
example_test.go go/loader: API examples 2015-04-17 18:50:18 +00:00
loader.go go/loader: API examples 2015-04-17 18:50:18 +00:00
loader_test.go go/loader: support relative imports like the go tool does 2015-03-12 18:51:46 +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: limit concurrency of I/O operations during parsing 2015-04-06 15:15:05 +00:00