learning_go/go-code-samples/GoBlog
2025-12-20 10:21:45 +03:00
..
images Added plan of tests 2025-12-20 10:21:45 +03:00
templates Added plan of tests 2025-12-20 10:21:45 +03:00
data.sqlite Added plan of tests 2025-12-20 10:21:45 +03:00
db.go Added plan of tests 2025-12-20 10:21:45 +03:00
go.mod Added plan of tests 2025-12-20 10:21:45 +03:00
go.sum Added plan of tests 2025-12-20 10:21:45 +03:00
main.go Added plan of tests 2025-12-20 10:21:45 +03:00
README.md Added plan of tests 2025-12-20 10:21:45 +03:00

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.