Go Concepts - Operators: Difference between revisions
Jump to navigation
Jump to search
(→:=) |
No edit summary |
||
Line 1: | Line 1: | ||
=External= | |||
* Go Specification - Operators: https://golang.org/ref/spec#Operators | |||
=Internal= | =Internal= | ||
* [[Go Concepts#Subjects|Go Concepts]] | * [[Go Concepts#Subjects|Go Concepts]] |
Revision as of 17:06, 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.