|
|
|
|
|
by ridv
2174 days ago
|
|
Just want to point out that Go can also be used without dealing with DNS servers and repos in a similar way to Java. The big difference is you have to place the code in the $GOPATH with the right directory structure and disable mod (GO111MODULE=off) |
|