roadrunner icon indicating copy to clipboard operation
roadrunner copied to clipboard

[📖 DOCS]: Velox with private repos configuration

Open rustatian opened this issue 3 years ago • 0 comments

I have an idea!

Docs about Golang configuration with private repositories:

  • Exclude imports GOPRIVATE and GONOSUMDB:
go env -w GOPRIVATE="gitlab.com/<company_name>/*"
go env -w GONOSUMDB="gitlab.com/<company_name>/*"
  • ssh-agent (Linux) configuration with a GitHub key.

rustatian avatar Sep 20 '22 08:09 rustatian