I'm living in China and is not able to download & install GO package through command (event I use the vpn network):
go get -u <repo_url>
but I can access the repo_url and downloand its source code. So my question is can I put the scource code under src folder and run commamd ? :
go install
if yes, what's the different betweeen the two way ?