Improve config and comments

This commit is contained in:
Andrew-71 2024-10-13 17:33:59 +03:00
parent 78056d8b48
commit 7fdb0bf0f4
5 changed files with 18 additions and 17 deletions

View file

@ -18,7 +18,7 @@ const create string = `
PRIMARY KEY("uuid")
);`
// SQLiteStorage is a storage.Storage implementation with SQLite3
// SQLiteStorage is a Storage implementation with SQLite3
type SQLiteStorage struct {
db *sql.DB
}