Go Language Modularization: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:
* [[Go_Language#Modularization|Go Language]]
* [[Go_Language#Modularization|Go Language]]
=Overview=
=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.


=TODO=
=TODO=

Revision as of 00:06, 15 August 2023

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.

TODO

Deplete, merge into this document and delete:

Overview

Workspace

Packages

Dependencies