Closed apriendeau closed 6 years ago
Instead of just !link: absolute/path, we should include a !local so it grabs a local package and symlinks it into the .vendor directory. This is useful for when you are developing packages that are being used.
!local
So !local would search $GOPATH for the specified package and symlink it into the .vendor directory?
$GOPATH
.vendor
Exactly. That. It's helpful if you are debugging a lib you depend on.
Closing due to inactivity
Instead of just !link: absolute/path, we should include a
!local
so it grabs a local package and symlinks it into the .vendor directory. This is useful for when you are developing packages that are being used.