Documentation ¶
Overview ¶
Documents important file paths used by the system
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Sysroot = WithRoot("/sysroot")
)
Functions ¶
This section is empty.
Types ¶
type Root ¶
type Root struct {
// contains filtered or unexported fields
}
represents base path like "/sysroot" under which all subdirs are resolved from. this is roughly analogous to `$prefix` in filesystem hierarchies.
func WithRoot ¶
use non-default sysroot location. this is roughly analogous to `$prefix` in filesystem hierarchies.
Click to show internal directories.
Click to hide internal directories.