Initial commit

This commit is contained in:
2024-08-30 11:25:28 +12:00
commit 0cd89c0707
31 changed files with 1470 additions and 0 deletions

10
internal/where/env.go Normal file
View File

@@ -0,0 +1,10 @@
package where
import (
"strings"
"hub.cybercinch.nz/guisea/go-template/internal/app"
)
// EnvConfigPath is the environment variable name for the config path
var EnvConfigPath = strings.ToUpper(app.Name) + "_CONFIG_PATH"