Index page and post pages ready

This commit is contained in:
Senad Uka
2023-07-30 19:21:16 +02:00
parent 327e9caad7
commit b1561c4875
88 changed files with 273478 additions and 2 deletions

7
go.mod
View File

@@ -1,3 +1,10 @@
module github.com/senaduka/cetvorke
go 1.20
require github.com/a-h/gemini v0.0.66
require (
github.com/jmoiron/sqlx v1.3.5 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
)