myitcv / gobin

gobin is an experimental, module-aware command to install/run main packages.
BSD 3-Clause "New" or "Revised" License
219 stars 11 forks source link

main: fix gopkg.in path handling #72

Closed myitcv closed 5 years ago

myitcv commented 5 years ago

Also fix a bug whereby the full import path was being used after the module path for locations within the cache.

Fixes #65.