Documentation ¶
Index ¶
Constants ¶
View Source
const ( USER_LOCAL_BIN = "/usr/local/bin" USER_BIN = "/usr/bin" )
Variables ¶
This section is empty.
Functions ¶
func GetQemuImg ¶
func GetQemuImg() string
func GetQemuNbd ¶
func GetQemuNbd() string
func UseAarch64 ¶
func UseAarch64()
Types ¶
type Cmdline ¶
type Cmdline struct {
// contains filtered or unexported fields
}
func NewCmdline ¶
func (*Cmdline) ChangeOption ¶
func (cl *Cmdline) ChangeOption(changer OptionChanger)
func (*Cmdline) FilterOption ¶
func (cl *Cmdline) FilterOption(filter OptionFilter)
func (*Cmdline) FindOption ¶
func (cl *Cmdline) FindOption(filter OptionFinder)
type OptionChanger ¶
type OptionChanger func(*Option)
type OptionFilter ¶
type OptionFinder ¶
Click to show internal directories.
Click to hide internal directories.