Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 369 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 369 Bytes

My First App With GO

It's a simple example of application made with Go (Golang).

What will we learn?

  1. Serve static files

  2. Connect with database

  3. Complete CRUD

  4. Compose templates with information from DB

  5. Few things about Go Standard Library

  6. Go interfaces

  7. Serve and consume web APIs

What we do not learn today?

  1. Tests

  2. Goroutines