Variables

Go has some build-in primitive types.

You have to declare a variable before you can use it, but there is the possibility to implicitly define a variable. Once the type is set, it cannot be changed.

Lets look at the basic variable definition in the next chapter.