v1.14.0
ADD: * `paths.Len()` * `paths.LenSys()` * `paths.Segment()` * `paths.SegmentSys()` * `paths.Strip()` * `paths.StripSys()` FIX: * Naming conflics between `<stdlib>/path` and the `path` parameters
This commit is contained in:
@@ -4,6 +4,10 @@ import (
|
||||
"io/fs"
|
||||
)
|
||||
|
||||
const (
|
||||
GenericSeparator rune = '/'
|
||||
)
|
||||
|
||||
// Mostly just for reference.
|
||||
const (
|
||||
// ModeDir | ModeSymlink | ModeNamedPipe | ModeSocket | ModeDevice | ModeCharDevice | ModeIrregular
|
||||
|
||||
Reference in New Issue
Block a user