modules
Contents
2019 Blog posts
- Part 1 — Using Go Modules
- Part 2 — Migrating to Go Modules
- Part 3 — Publishing Go Modules
- Part 4 — Go Modules: v2 and Beyond
- Part 5 — Keeping Your Modules Compatible
From GOPATH to Go modules!
We will also finally wind down support for GOPATH-based development: any programs using dependencies other than the standard library will need a go.mod. (If you haven’t switched to modules yet, see the GOPATH wiki page for details about this final step in the journey from GOPATH to modules.)