-
Notifications
You must be signed in to change notification settings - Fork 111
Go Modules
Markus edited this page Oct 31, 2018
·
3 revisions
demoinfocs-golang uses Go modules as a dependency management system and it's recommended for consumers to do the same if possible to ensure reproducible builds.
Official docs:
Articles:
- A gentle introduction to golang modules (high level overview)
- Migrating from dep to Go 1.11 modules