basic storage package

This commit is contained in:
Nazar Kanaev
2020-06-21 21:58:51 +01:00
committed by nkanaev
parent 7a76027961
commit 6621f49770
7 changed files with 140 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/nkanaev/yarr
go 1.14
require github.com/mattn/go-sqlite3 v1.14.0