Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrPackFileNotFound = errors.New("pack file not found") ErrPackFileLoadFailed = errors.New("pack file load failed") )
View Source
var ( PackFileName = (constants.APPNAME + "." + constants.PackFileExtension) NameRegex = regexp.MustCompile(`^([a-zA-Z][a-zA-Z0-9_-]*)(\.[a-zA-Z][a-zA-Z0-9_-]*)*$`) )
Functions ¶
func IsValidPackName ¶
func LoadPrograms ¶
func ValidatePackFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.