I try to run my golang project with go run main.go
.
I receive:
go: downloading github.com/package
main.go:13:2: github.com/package: Get "https://proxy.golang.org/github.com/package": proxyconnect tcp: dial tcp: lookup http on x.x.x.x:x: read udp x.x.x.x:x->x.x.x.x:x: i/o timeout
Help me please resolve this problem.