Working with dependencies in Go
Go Modules
Creating a go.sum file
-
Initialize the module:
-
Install dependencies:
-
After installing dependencies,
go.modandgo.sumfiles are automatically created and updated. -
Fixate dependency versions:
Was this page helpful?
