# Functions
CompilationTimestamp returns the binary's compilation time in form of a unix timestamp, which is
injected by the build toolchain.
EphemeralBuild returns whether the compiled binary was created by `go run` or the git-nest toolchain.
Ref returns the version control location from which the binary was build on.
Version returns the binary version.
# Constants
ApplicationName contains the name of the application used in e.g.
ConfigFileName contains the path string to the project-local git-nest configuration file.
ConfigSubDirFileName contains the path string to the project-local git-nest configuration file in a .config subdirectory.
LockFileContents contains the contents of the lockfile in case someone opens it.
LockFileName contains the path string to the project-local lockfile.