Go Variables: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= =Internal= =Overview= =Naming=") |
(→Naming) |
||
Line 3: | Line 3: | ||
=Overview= | =Overview= | ||
=Naming= | =Naming= | ||
The names of variable identifiers in Go follow the [[Go_Style#Naming|general naming conventions for identifiers]]. |
Revision as of 01:09, 4 July 2024
External
Internal
Overview
Naming
The names of variable identifiers in Go follow the general naming conventions for identifiers.