go get from private Github repo · Issue #29 · k8sp/sextant
The Problem If Go code is in a private Github repo, we wouldn't be able to run go get github.com/account/repo to retrieve the code. It is true that there are workarounds like those use Github SSH k...