Playground project for practicing the basics of the Go programming language
- cards, even_and_odds, file_reader, geometry, hello_world, http, interfaces, map, status_checker and structs from the The Complete Developer's Guide course
- simple-webserver using basic concepts of http servers
- tasks-api practicing connection with a database and reusing some code from simple-webserver/restserver pkg
- notes-api using chi router and creating a full CRUD
- snake just the classical snake game