miniblog.
← Back to all posts
Wilfred Hughes
Sep 2, 2019 at 19:27
Golang's package manager has a rather elegant shared checksum database (a merkle tree), making it easy to trust mirrors:
https://blog.golang.org/module-mirror-launch
Module Mirror and Checksum Database Launched - The Go Programming Language
The Go module mirror and checksum database provide faster, verified downloads of your Go dependencies.