Go Concepts - Operators: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
=Internal= | =Internal= | ||
* [[Go Concepts# | * [[Go Concepts - Lexical Structure#Operators|Go Lexical Structure]] | ||
= = = | = = = |
Revision as of 05:14, 22 March 2016
External
- Go Specification - Operators: https://golang.org/ref/spec#Operators
Internal
=
The assignment operator.
==
[]
Indexing Operator.
:=
Variable declaration and assignment. Also known as short variable declaration operator.