Update executables with new conn str
This commit is contained in:
@@ -40,9 +40,6 @@ func probeGdbm(s string) (string, bool) {
|
||||
if !path.IsAbs(s) {
|
||||
return "", false
|
||||
}
|
||||
if path.Ext(s) != ".gdbm" {
|
||||
return "", false
|
||||
}
|
||||
s = path.Clean(s)
|
||||
return s, true
|
||||
}
|
||||
|
||||
@@ -28,7 +28,6 @@ type StorageService interface {
|
||||
}
|
||||
|
||||
type MenuStorageService struct {
|
||||
//dbDir string
|
||||
conn connData
|
||||
resourceDir string
|
||||
resourceStore db.Db
|
||||
|
||||
Reference in New Issue
Block a user