1
0
Fork 0

[go] refactoring

This commit is contained in:
Julien Dessaux 2024-07-17 22:26:28 +02:00
parent 44477a6dbd
commit c069de3955
Signed by: adyxax
GPG key ID: F92E51B86E07177E
4 changed files with 25 additions and 10 deletions

View file

@ -9,11 +9,6 @@ import (
_ "github.com/mattn/go-sqlite3"
)
type DB struct {
ctx context.Context
db *sql.DB
}
//go:embed sql/*.sql
var schemaFiles embed.FS