go mod donwload from github code example
Example: 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
this setting will help to module to look into the private repo
go env -w GOPRIVATE=github.com/your private repo name