Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	go.mod
#	go.sum
#	package-lock.json
  • Loading branch information
LordRalex committed Feb 19, 2023
2 parents 0d06764 + e548dbc commit 5b0a56d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cp.ae97.net
# cp.minecrafthopper.net

## Project setup
```
Expand Down
2 changes: 1 addition & 1 deletion env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
)

var cache map[string]string
var cache = make(map[string]string)

func init() {
viper.AutomaticEnv()
Expand Down

0 comments on commit 5b0a56d

Please sign in to comment.