Move packages out of src/

This commit is contained in:
2024-08-08 16:35:03 -04:00
parent 57d7cdf8f9
commit ba4f7f2340
25 changed files with 0 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
package sync
import "github.com/rwinkhart/MUTN/src/backend"
// define field separator constants
const (
FSSpace = "\u259d" // ▝ space/list separator
FSPath = "\u259e" // ▞ path separator
FSMisc = "\u259f" // ▟ misc. field separator (if \u259d is already used)
)
// rootLength stores length of backend.EntryRoot string
var rootLength = len(backend.EntryRoot)