November 2015
Intermediate to advanced
264 pages
7h 30m
English
In this chapter
Go is a statically typed programming language. What that means is the compiler always wants to know what the type is for every value in the program. When the compiler knows the type information ahead of time, it can help to make sure that the program is working with values in a safe way. This helps to reduce potential memory corruption and bugs, and provides the compiler the opportunity to produce more performant code.
A value’s type provides the compiler ...
Read now
Unlock full access