Documentation ¶
Overview ¶
Package util contains various u-root utility functions.
Index ¶
Constants ¶
View Source
const ( // Not all these paths may be populated or even exist but OTOH they might. PATHHEAD = "/ubin" PATHMID = "/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bin:/usr/local/sbin" PATHTAIL = "/buildbin:/bbin" )
Variables ¶
View Source
var (
Env = map[string]string{
"LD_LIBRARY_PATH": "/usr/local/lib",
"GOROOT": "/go",
"GOPATH": "/",
"GOBIN": "/ubin",
"CGO_ENABLED": "0",
}
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.