1
Como definir a variável de ambiente GOPRIVATE
Comecei a trabalhar em um Goprojeto e ele usa alguns módulos privados dos repositórios particulares do Github e sempre que tento executá- go run main.golo, ocorre um 410 Goneerro abaixo : verificando github.com/repoURL/go-proto@v2.86.0+incompatible/go.mod: github.com/repoURL/go-proto@v2.86.0+incompatible/go.mod: lendo https: //sum.golang. org/lookup/github.com/!repoURL/go-proto@v2.86.0+incompatível : 410 Gone Posso clonar facilmente repo privado do terminal, o que …