Posts
Go: map
Examples of how to create maps.
Go: slice
A slice is a segment of an array; they are usually used to represent lists of items.
Go: array
Example of creating an array and then calculating the average of all the values.
Go: for loop and switch
Example of the for
statement with a switch
.