Documentation
¶
Overview ¶
code-from-spec: SPEC/golang/implementation/os/path_utils@j69i65n8zPq7Kdj7fOo9tMRSjJE
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCannotDetermineRoot = errors.New("cannot determine project root")
View Source
var ErrDirectoryTraversal = errors.New("path contains directory traversal components")
View Source
var ErrPathAbsolute = errors.New("path must not be absolute")
View Source
var ErrPathContainsBackslash = errors.New("path must not contain backslashes")
View Source
var ErrPathEmpty = errors.New("path is empty")
View Source
var ErrResolvesOutsideRoot = errors.New("path resolves outside the project root")
Functions ¶
func PathValidateCfs ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.