This commit is contained in:
abs3nt 2024-02-17 22:03:08 -08:00
parent d411deaa02
commit 1375299e7a
Signed by: abs3nt
GPG Key ID: A7BD96A8BAB04C09
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package gun
package gunner
import (
"os"
@ -13,6 +13,7 @@ import (
func LoadApp(i any, appName string) {
yamlDecoder := yaml.New()
dotenvDecoder := aconfigdotenv.New()
configDir, err := os.UserConfigDir()
if err != nil {
homeDir, err := os.UserHomeDir()