tools/go/loader
Alan Donovan b12fe1707c go.tools/go/loader: slashify the name of packages found by walking the file tree.
Otherwise on Windows the enumerated package "net\\http" will
be distinct from the imported package "net/http" leading to
strange errors.  (A similar bug was fixed in go/ssa/stdlib_test.go.)

Fixes golang/go#7189

LGTM=gri
R=gri
CC=golang-codereviews
https://golang.org/cl/86170043
2014-04-09 15:47:42 -04:00
..
testdata go.tools: rename packages. 2014-01-16 09:33:58 -05:00
importer_test.go go.tools/go/loader: use the build.Context's I/O hooks, if any. 2014-03-14 16:17:53 -04:00
loader.go go.tools/go/loader: add Config.ParserMode configuration parameter. 2014-03-27 12:50:26 -04:00
pkginfo.go go.tools/go/loader: allow loading of multiple test packages. 2014-03-11 15:41:57 -04:00
source_test.go go.tools/go/ssa: name anon funcs by their enclosing func. 2014-02-28 10:18:55 -05:00
stdlib_test.go go.tools/go/loader: slashify the name of packages found by walking the file tree. 2014-04-09 15:47:42 -04:00
util.go go.tools/go/loader: add Config.ParserMode configuration parameter. 2014-03-27 12:50:26 -04:00