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