It's a simple example of application made with Go (Golang).
-
Serve static files
-
Connect with database
-
Complete CRUD
-
Compose templates with information from DB
-
Few things about Go Standard Library
-
Go interfaces
-
Serve and consume web APIs
-
Tests
-
Goroutines