Properly format function documentation comments

This commit is contained in:
2024-08-11 16:37:28 -04:00
parent 9f43337437
commit 06b9527a33
25 changed files with 105 additions and 112 deletions
+1 -3
View File
@@ -2,12 +2,10 @@ package sync
import "github.com/rwinkhart/libmutton/core"
// 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 core.EntryRoot string
var rootLength = len(core.EntryRoot)
var rootLength = len(core.EntryRoot) // length of core.EntryRoot string