constabulary / gb

gb, the project based build tool for Go
https://getgb.io/
MIT License
2.15k stars 150 forks source link

Prepare the ground to remove internal/importer #666

Closed davecheney closed 7 years ago

davecheney commented 7 years ago

This PR sets the groundwork for dropping internal/importer. kang showed that we can use build.ImportDir then fixup the import path later. Using the go/build importer code would avoid the requirement to maintain our own importer.