Commit 03a09727 authored by Steven's avatar Steven

chore: rename sqlite entry file name

parent 0bddbba0
...@@ -11,5 +11,7 @@ type Driver struct { ...@@ -11,5 +11,7 @@ type Driver struct {
} }
func NewDriver(db *sql.DB) store.Driver { func NewDriver(db *sql.DB) store.Driver {
return &Driver{db: db} return &Driver{
db: db,
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment