package
0.2.0
Repository: https://github.com/josh-hogle/json-exec.git
Documentation: pkg.go.dev

# Constants

Copyright is the copyright information for the program.
Title is the title of the program.

# Variables

Build is the first 8 characters of the git commit hash.
CommandName is the name of the command to display in help and version info.
IsDevBuild is the boolean equivalent of IsDevelopment since we cannot pass bools in via the -X option to LDFLAGS.
IsDevelopment is used to flag whether or not this is a development build.
ReleaseDate is the date the binary was released in the form DD MMM YYYY.
Version is the current semver-compatible version of the product.

# Interfaces

Main represents an interface for the main application.