1
0
mirror of https://github.com/golang/go synced 2024-10-01 11:28:34 -06:00
go/importer
Alan Donovan 1518a24464 go.tools/importer: don't pass srcDir=os.Getwd to go/build.Import().
This makes imports independent of the process's working
directory.  (Perhaps this was a feature, but I haven't found a
situation in which it actually works.)

R=gri
CC=golang-dev
https://golang.org/cl/19420043
2013-10-31 10:56:33 -04:00
..
testdata go.tools/importer: add unit test of LoadInitialPackages. 2013-09-10 10:39:51 -04:00
importer_test.go go.tools/importer: add unit test of LoadInitialPackages. 2013-09-10 10:39:51 -04:00
importer.go go.tools/ssa: implement correct control flow for recovered panic. 2013-10-14 15:38:56 -04:00
pkginfo.go go.tools/importer: delete BuiltinCallSignature 2013-10-11 12:26:31 -07:00
source_test.go go.tools/ssa: build a separate Function for each init() func. 2013-10-14 14:08:23 -04:00
source.go go.tools/importer: generalize command-line syntax. 2013-09-06 18:13:57 -04:00
util.go go.tools/importer: don't pass srcDir=os.Getwd to go/build.Import(). 2013-10-31 10:56:33 -04:00