Go Style: Difference between revisions
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
Camel case are recommended: SomeColor
or someColor
. Do not use snake case (some_color
).