Go Language Modularization

From NovaOrdis Knowledge Base
Revision as of 00:07, 15 August 2023 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

A standard organization of the files that are part of a project makes easier to share code with other people who also use the same standard. Go workspaces encourage such a standard.

TODO

Deplete, merge into this document and delete:

Overview

Workspace

Packages

Dependencies