Rename "backend" package to "core"

This commit is contained in:
2024-08-08 16:49:34 -04:00
parent ba4f7f2340
commit c83a3aa018
25 changed files with 109 additions and 107 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
package sync
import "github.com/rwinkhart/MUTN/src/backend"
import "github.com/rwinkhart/libmutton/core"
// define field separator constants
const (
@@ -9,5 +9,5 @@ const (
FSMisc = "\u259f" // ▟ misc. field separator (if \u259d is already used)
)
// rootLength stores length of backend.EntryRoot string
var rootLength = len(backend.EntryRoot)
// rootLength stores length of core.EntryRoot string
var rootLength = len(core.EntryRoot)