mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 04:46:42 -04:00
12 lines
310 B
Go
12 lines
310 B
Go
package sync
|
|
|
|
import "github.com/rwinkhart/libmutton/core"
|
|
|
|
const (
|
|
FSSpace = "\u259d" // ▝ space/list separator
|
|
FSPath = "\u259e" // ▞ path separator
|
|
FSMisc = "\u259f" // ▟ misc. field separator (if \u259d is already used)
|
|
)
|
|
|
|
var rootLength = len(core.EntryRoot) // length of core.EntryRoot string
|