Closed nelsam closed 6 years ago
It turns out that build.Import needs the directory which contains the import for both local packages and (and here's the important bit) vendored packages. This fixes that.
FWIW, the PR quality should be fine after #36 is merged.
It turns out that build.Import needs the directory which contains the import for both local packages and (and here's the important bit) vendored packages. This fixes that.