Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrBadSection = errors.New("no section: ") ErrBadKey = errors.New("no key: ") ErrNoConf = errors.New("must be run from a directory with an ego project") ErrBadConf = errors.New("error: ego project file is corrupt") )
* ErrBadSection -- No section exists * ErrBadSection -- No key exists * ErrNoConf -- No configuration file *
View Source
var (
ErrEgoProjectExists = errors.New("an ego project already exists at")
)
Functions ¶
func PrintConfig ¶
func PrintConfig()
func SaveConfig ¶
Types ¶
type Create ¶
type Create struct {
// contains filtered or unexported fields
}
func (*Create) CreateProject ¶
Click to show internal directories.
Click to hide internal directories.