This commit is contained in:
Your Name 2026-02-19 22:36:03 +01:00
commit 0159e5e49f
7 changed files with 295 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module main.go
go 1.25.7
require github.com/mattn/go-sqlite3 v1.14.34