A Go module containing framework code for building microservices
Since this is a private module, additional auth steps must be completed to go get
it.
- Ensure your .netrc file is configured with a Gitlab access token to use for github.com.
machine github.com
login <gitlab email>
password <gitlab personal access token>
- Set the
GOPRIVATE
env var when runninggo get
so Golang bypasses module proxy servers and downloads directly from gitlab.
$ go env -w GOPRIVATE=github.com
$ go get github.com/innovation-upstream/api-frame