This is my repo for learning Golang (a.k.a. Go).
Most code is from the tutorials straight from go.dev. There are also some from:
- structs
 - maps
 - interfaces
 - functions (and pointers)
 - type assertions on maps and interfaces
 - error handling
 - file handling
 
Coming soon:
