mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-09-01 22:57:25 -04:00
Rename "backend" package to "core"
This commit is contained in:
+3
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user