core go mod download¶
Download modules to local cache.
Wrapper around go mod download. Downloads all dependencies to the module cache.
Usage¶
What It Does¶
- Downloads all modules in go.mod to
$GOPATH/pkg/mod - Useful for pre-populating cache for offline builds
- Validates checksums against go.sum