Here's some books I plan on reading this year to continue learning:
SELECT title, author FROM bookshelf WHERE status = 'in progress' ORDER BY pages_read DESC;
- 100 Go Mistakes and How to Avoid Them, Teiva Harsanyi
- Concurrency In Go, Katherine Cox-Buday
- Powerful Command-Line Applications in Go, Ricardo Gerardi
SELECT title, author FROM bookshelf WHERE status = 'lightly skimmed' ORDER BY interest_level ASC;
- Writing an Interpreter in Go, Thorsten Ball
- Building Modern CLI Applications in Go, Marian Montagnino
- Writing a Compiler in Go, Thorsten Ball