Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBadPath = errors.New("supplied bad path") ErrPathExists = errors.New("this path already exists") ErrNoRepo = errors.New("no repo found in config file") ErrNoGit = errors.New("git is not in the path") ErrNoEditorEnv = errors.New("could not find the EDITOR in environment") ErrNoEditor = errors.New("could not find the EDITOR in path") ErrEditorFailure = errors.New("editor failed to execute correctly") ErrFileRead = errors.New("failed to read the file") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.