Go Lang Resources
- Perfect starter resource for GoLang - Go Small Book
- Which GO Router to use
- Generics in Go
- Getting Started with Generics
- Embeddings in Go
Packages
SQL - jmoiron/sqlx
SQL - blockloop/scan
HTTP Router - gorila/mux
HTTP Router - go-chi/chi
HTTP Router - julienschmidt/httprouter
Snippets
Handling NULL Values in Golang and SQL
Handling SQL Transactions in Golang