Go Concepts - Operators: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 12: | Line 12: | ||
= == = | = == = | ||
= | =[]= | ||
Indexing Operator. | |||
= := = | = := = | ||
Variable declaration and assignment. Also known as ''short variable declaration'' operator. | Variable declaration and assignment. Also known as ''short variable declaration'' operator. |
Revision as of 17:09, 18 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.