11 lines
223 B
Go
11 lines
223 B
Go
package where
|
|
|
|
import (
|
|
"strings"
|
|
|
|
"hub.cybercinch.nz/guisea/gosqldump/internal/app"
|
|
)
|
|
|
|
// EnvConfigPath is the environment variable name for the config path
|
|
var EnvConfigPath = strings.ToUpper(app.Name) + "_CONFIG_PATH"
|