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.
1 parent 9b2bf87 commit d28c2c2Copy full SHA for d28c2c2
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