Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoInput = errors.New("no input files specified") ErrAtLeastTwo = errors.New("at least two files are required") ErrInvalidFile = errors.New("invalid file") ErrFileNotFound = errors.New("file not found") ErrOutputFileExists = errors.New("output file is already existing") ErrInvalidIndex = errors.New("the provided index is invalid") ErrTagNonStandard = errors.New("non-standard tag") ErrUnsupportedLanguage = errors.New("unsupported language") ErrNoTagsInTemplate = errors.New("no tags in template") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.