learning_go/go-code-samples/GoBlog/README.md
2025-12-20 10:21:45 +03:00

308 B

Blog with Go Templates

This is a blog with templates. It uses the html/template package to generate web pages. It uses the Chi router to set up the routes and an SQLite database to store the articles.

Find the tutorial here.