Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNameEmpty = errors.New(`please provide the project name using "-name" option`) ErrCloneFailed = errors.New("failed to clone kite-layout repository") ErrReplaceFailed = errors.New("failed to replace package name") ErrModEditFailed = errors.New("failed to update go.mod module name") ErrModTidyFailed = errors.New("failed to run go mod tidy") ErrProjectExists = errors.New("project directory already exists") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.