Golang modules

From wikinotes

Go modules are a collection of packages that are intended to be released together.

Modules

Creating/Requiring Modules

See go.mod file.