mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-30 05:46:39 -04:00
Properly format function documentation comments
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user