package
0.0.0-20181022210355-2fcf164d37cb
Repository: https://github.com/genuinetools/pkg.git
Documentation: pkg.go.dev
# Functions
NewProgram creates a new Program with some reasonable defaults for Name, Description, and Version.
# Constants
GitCommitKey is the key for the program's GitCommit data.
NameKey is the key for the program's name.
VersionKey is the key for the program's Version data.
# Interfaces
Command defines the interface for each command in a program.
# Type aliases
ContextKey defines the type for holding keys in the context.