Go Style: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 3: Line 3:
=Internal=
=Internal=
* [[Go Engineering]]
* [[Go Engineering]]
=Overview=


=Identifiers=
=Identifiers=

Revision as of 22:36, 18 August 2023

External

Internal

Overview

Identifiers

https://google.github.io/styleguide/go/guide#mixedcaps

Camel case are recommended: SomeColor or someColor. Do not use snake case (some_color).