Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 617 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 617 Bytes

Go-Projects

Beginner Projects

  • 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