Go files from the book "The Go Programming Language" by Alan A. A. Donovan and Brian Kernighan.
While working through the book, I re-coded the examples from the book in order to understand them better.
- Make sure you have Go 1.16 installed
- Run the main function of whichever file you want to execute
- Go
All Go files in this repository are from the book "The Go Programming Language" by Alan A. A. Donovan and Brian Kernighan