Documentation ¶
Index ¶
Constants ¶
View Source
const ( MessageBadStack = "Bad stack" MessageBadStackErr = "Bad stack: %s" MessageBadStackUnsupportedAPI = "Bad stack. Unsupported API" MessageChanged = "Changed" MessageLibsBadItem = "Bad lib item" MessageLibsGitBadPathInRepo = "Bad path %s in git repo %s" MessageLibsParseAndInit = "Parse and init lib item: %s" MessagePathNotFoundInSearchPaths = "Path %s not found. Search paths:\n%s" MessagesReadingStackFrom = "Reading stack from" MessageVarsBadVarName = "Bad var name! Probably unexpected behavior" MessageVarsDoubleDefinition = "Var double definition" MessageVarsSimplyfy = "Simplyfy var name to <%s> Probably unexpected behavior" )
MESSAGES
View Source
const ( GitCloneDir = ".gitclone" GitLibsPath = ".libs" StackDefaultFileName = "stack" DefaultTimeout = 1 * time.Minute )
other
View Source
const (
ExitCodeOK = iota
)
ExitCodes
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.