Answers for "go mod donwload from github"

0

go mod donwload from github

this setting will help to module to look into the private repo

go env -w GOPRIVATE=github.com/your private repo name
Posted by: Guest on December-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language