Update executables with new conn str

This commit is contained in:
lash
2025-01-04 13:19:30 +00:00
parent dc61d05584
commit 2992f7ae8e
6 changed files with 13 additions and 16 deletions

View File

@@ -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
}

View File

@@ -28,7 +28,6 @@ type StorageService interface {
}
type MenuStorageService struct {
//dbDir string
conn connData
resourceDir string
resourceStore db.Db