Go modules
When you run go get
The first time you add a dependency to your project, Go will download a specific revision :
A tagged version or,
A tagged prerelease or,
A specific commit
Build mod fetch list
When go fetch dependent packages from go.mod file, i...
hn.0xbf.me2 min read