//
pkg.gl
Category
github.com/peter-mount/go-build
application
package
0.0.0-20240804094359-01252fe8316a
Repository:
https://github.com/peter-mount/go-build.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
4
Files
86 SLOC
#
Functions
AppName
AppName returns the currently running command name without any path to said binary.
FileName
FileName returns the path to a required file based on it's FileType.
#
Constants
BIN
BIN represents the path to a compiled binary.
CACHE
CACHE represents the path to cached data.
CONFIG
CONFIG represents the path to configuration files.
DATA
DATA represents the path to data files, e.g.
STATIC
STATIC represents the path to static files, e.g.
#
Type aliases
FileType
No description provided by the author