fix golint errors

This commit is contained in:
2026-02-12 18:00:32 +03:00
parent a058b622e3
commit ccabeee1f1
10 changed files with 74 additions and 28 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"database/sql"
"fmt"
_ "modernc.org/sqlite"
_ "modernc.org/sqlite" // SQLite driver
)
type Storage struct {