Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resolved ¶
type Resolved struct {
// Path to file or directory.
Path string
// Path in which relative paths are contained.
Base string
// Base-relative path to file or directory. May contain ".." elements.
Relative string
// Elements of base-relative path. May contain "..".
RelativeElems []string
}
Click to show internal directories.
Click to hide internal directories.