package
0.2.8
Repository: https://github.com/n3tuk/dashboard.git
Documentation: pkg.go.dev

# Functions

Execute executes `rootCmd` and therefore starts the application, with all the `init()` functions in each of the files under the `cmd` package helping to build up all the configuration options possible to prepare for execution.

# Variables

Application is the fixed name of the application and does not change if the name of the executable is changed.
Architecture is the name of the architecture this application was built for, and therefore runs on.
Branch is the name of the branch on which the code existed which built this application to track the testing and development as needed.
BuildDate is the date and time this application was built.
Commit is the SHA ID of the most current commit of the branch on which the code existed which built this application.
Name is the current name of the application at runtime, such as if the application is called by symlink or renamed, so can provide improved references in internal documentation on local environments.
Version is the most current version tag in the repository, detailing the information about the release of the application, and, if committed or uncommitted code is used during the build since the tag, then the suffix `~dev-{date}-{time}` is added to the `Version`.