package
1.3.6
Repository: https://github.com/nytimes/gizmo.git
Documentation: pkg.go.dev

# Packages

# Functions

LoadJSONFile is a helper function to read a config file into whatever config struct you need.
SetFlagOverrides will add and check a `log` and `config` CLI flag to the current process, call flag.Parse() and will overwrite the passed in string pointer if the flag exists.
SetLogOverride will check `*LogCLI` for any values and override the given string pointer if LogCLI is set.

# Constants

DefaultConfigLocation is the default filepath for JSON config files.

# Variables

EnvAppName is used as a prefix for environment variable names when using the LoadXFromEnv funcs.