roadrunner
roadrunner copied to clipboard
[📖 DOCS]: Velox with private repos configuration
I have an idea!
Docs about Golang configuration with private repositories:
- Exclude imports
GOPRIVATEandGONOSUMDB:
go env -w GOPRIVATE="gitlab.com/<company_name>/*"
go env -w GONOSUMDB="gitlab.com/<company_name>/*"
ssh-agent(Linux) configuration with a GitHub key.