Overview
This is a self reference document, as I’m trying to learn Go and use it as my go-to language (no pun intended).
Go’s main characteristics:
- Fast and lightweight
- Compiled
- Easily concurrent
- Simple and easy to read
- Static typing
- Garbage collected