I know Go downloads packages using git from github.
You can install go module with go get storj.io/uplink
, it will be installed under ~/go/src/storj.io/uplink
but the module's github url is : https://github.com/storj/uplink.
How does Go find the github URL and why it is not installed under ~/go/src/github.com/
?