Modules & the build ecosystem
# Go's single first-party build path — the go command plus modules — and the artifact formats and module ecosystem around it.
❯ cat documents/
-
Modules & the Go build ecosystem
Concept
2026-08-09
Go's single first-party build path — the go command plus modules — and the artifact formats and module ecosystem around it.
-
Building & releasing Go software
Concept
2026-08-09
From go build to shipped release — reproducible builds, cross-compilation, GoReleaser automation, container patterns, and supply-chain posture.
-
Go modules deep dive
Concept
2026-08-09
How Go modules actually work — go.mod directives, semantic import versioning, Minimal Version Selection, the proxy and checksum database.