We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b2bf87 + d28c2c2 commit fff2c7aCopy full SHA for fff2c7a
backend/sqlite/sqlite.go
@@ -35,7 +35,7 @@ func NewInMemoryBackend(opts ...backend.BackendOption) *sqliteBackend {
35
return b
36
}
37
38
-func NewSqliteBackend(path string, opts ...backend.BackendOption) backend.Backend {
+func NewSqliteBackend(path string, opts ...backend.BackendOption) *sqliteBackend {
39
return newSqliteBackend(fmt.Sprintf("file:%v", path), opts...)
40
41
0 commit comments