Documentation ¶
Overview ¶
This app will create some Advent of Code templates for you.
Index ¶
Constants ¶
View Source
const ( // ExitSuccess when everything goes to plan. ExitSuccess = iota // ExitUnknown if the cause of the error is not defined. ExitUnknown // ExitNoCommandName if Execute is passed a zero-length string slice, without a command name as the first element. ExitNoCommandName // ExitParsingArguments if parsing arguments goes awry. ExitParsingArguments )
Exit status codes returned by the root command.
Variables ¶
View Source
var (
ErrUnknownArguments = errors.New("unknown arguments passed in")
)
Static errors returned by the root command.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.