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 04e057a + 7299974 commit efb732dCopy full SHA for efb732d
config/wdb.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
const (
15
- sqliteName = "seed.db"
+ sqliteName = "seed.sqlite"
16
17
18
var log = common.NewLog("config")
wdb.go
@@ -15,7 +15,7 @@ import (
19
20
21
type Wdb struct {
0 commit comments