Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandHome ¶
ExpandHome expands a leading tilde to the user's home directory.
func FileExists ¶
FileExists is a helper function to check if a file exists.
func StringHash ¶
Types ¶
type Doer ¶
type Doer interface {
Do() (bool, error)
Undo() (bool, error)
Status() (Status, error)
ID() string
}
Doer can do and undo things.
Directories
¶
| Path | Synopsis |
|---|---|
|
example
|
|
|
laptop
command
|
|
|
simple
command
|
|
|
Package installer is the installer for the genesis package.
|
Package installer is the installer for the genesis package. |
|
Package modules provides some installer modules for the genesis package.
|
Package modules provides some installer modules for the genesis package. |
|
Package store provides support for keeping track of changes to files.
|
Package store provides support for keeping track of changes to files. |
Click to show internal directories.
Click to hide internal directories.
