learning_go/testing/go-code-samples/GoBlog/README.md
2025-12-20 17:00:05 +03:00

7 lines
308 B
Markdown

# 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](https://blog.jetbrains.com/go/2022/11/08/build-a-blog-with-go-templates/).