Go Modules

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

TO PROCESS

To process:

Overview

A module is a collection of related packages with built-in dependencies and versioning, that are released together.

Declaring Modules

Building Modules

Publishing Modules

Consuming Modules

go.mod

go.mod declares the module path, which is the [Go_Packages#Import_Path|import path]] prefix for all packages within the module.