This commit is contained in:
2023-04-18 15:22:01 +08:00
parent 2187b7fdbb
commit 62f2e55ffa
8 changed files with 143 additions and 0 deletions

5
go.mod Normal file
View File

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