implemented storage

This commit is contained in:
2025-06-23 09:03:39 +03:00
parent 406dd18b79
commit d1f8937934
4 changed files with 196 additions and 0 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.24
require (
github.com/bogem/id3v2 v1.2.0
github.com/caarlos0/env/v10 v10.0.0
github.com/mattn/go-sqlite3 v1.14.28
)
require golang.org/x/text v0.3.2 // indirect