Awesome
My First App With GO
It's a simple example of application made with Go (Golang).
What will we learn?
-
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
What we do not learn today?
-
Tests
-
Goroutines