Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolvePathPattern ¶
Types ¶
type ResolvedPath ¶
type ResolvedPath struct {
OriginalPath string
AbsPath string
CanonicalPath string
LeafExists bool
}
func ResolveFilePath ¶
func ResolveFilePath(path string) (ResolvedPath, error)
func ResolveFilePathFrom ¶
func ResolveFilePathFrom(root, path string) (ResolvedPath, error)
Click to show internal directories.
Click to hide internal directories.