diff --git a/README.md b/README.md index 709e2e9..2062460 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cp.ae97.net +# cp.minecrafthopper.net ## Project setup ``` diff --git a/env/env.go b/env/env.go index 3e3a815..bc73c96 100644 --- a/env/env.go +++ b/env/env.go @@ -8,7 +8,7 @@ import ( "strings" ) -var cache map[string]string +var cache = make(map[string]string) func init() { viper.AutomaticEnv()