- Booking App
- A simple app that runs a booking CLI. Good for understanding beginner level syntax
- Go Web Server
- A simple Web server which serves static pages, forms and text streams. A step towards understanding http server routines in Go
- Concurrency Snippets
- Simple set of snippets to understand channels and wait groups in Go
- Quiz App
- A basic below-par quiz structure to understand User I/O in Go
- Simple Chat Interface
- A simpel chat application in Go using websockets