Slide 7
Slide 7 text
Standard variable declaration forms
Starts with the var keyword, then is followed by the name, eventually the type,
the assignment operator (=) and the initial value.
In pratice the type isn't specified since the compiler can deduce it by the
initial value.
「Trying to make you to fall in love with Golang」 - Constants and Variables
7 / 10
Constants and Variables
Luca Sepe
Software Craftsman, Solution Architect, Trainer
https://twitter.com/lucasepe/
https://github.com/lucasepe/
https://lucasepe.it/