A short collection of programing tasks/challenges to learn Go.
Topics Include:
- Getting Started Tutorial (GO Docs)
- Creating a Module Tutorial (GO Docs)
- Developing a RESTful API with Go and Gin (GO Docs)
- A simple Web Application (GO Docs)
- A simple maths quiz that utilizes timers, channels and CSV parsing (GO exercises)