2020-07-08
go
modules are wonderful. All go code should use them.
It can still be a bit tricky getting private repos to work with go mod
. Maybe these tips help… ¯\_(ツ)_/¯
SSH
keys with your version control vendorAdd the following to your ~/.gitconfig
:
Add the offending repo as a private repo: