package
0.0.0-20240804094359-01252fe8316a
Repository: https://github.com/peter-mount/go-build.git
Documentation: pkg.go.dev

# Functions

AppName returns the currently running command name without any path to said binary.
FileName returns the path to a required file based on it's FileType.

# Constants

BIN represents the path to a compiled binary.
CACHE represents the path to cached data.
CONFIG represents the path to configuration files.
DATA represents the path to data files, e.g.
STATIC represents the path to static files, e.g.

# Type aliases

No description provided by the author