You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
Since Go 1.11, go includes Modules which is a dependency management system that makes dependency version information explicit and easier to use.
Please refer to the following two blogposts to understand and read more about using Go modules, and migrating to Go modules.
Using Go Modules > 2. Migrating to Go Modules > > Using Go modules will enable us to easily manage dependencies and also run Go programs outside the GOPATH. We don't need to specify the GOPATH anymore.