working version

This commit is contained in:
Dmitry Fedotov
2025-05-04 21:13:19 +03:00
parent ff386892e4
commit b6dc6d3fce
10 changed files with 277 additions and 131 deletions

6
go.mod
View File

@@ -1,5 +1,3 @@
module code.uint32.ru/tiny/outbox
module code.uint32.ru/tiny/repo
go 1.24.1
require github.com/mattn/go-sqlite3 v1.14.28 // indirect
go 1.24