mirror of
https://github.com/jakejarvis/npqueue.git
synced 2025-04-26 02:15:23 -04:00
GIN_MODE=release
This commit is contained in:
parent
983ac357e5
commit
4fbcdbe2a6
2
.gitignore
vendored
2
.gitignore
vendored
@ -0,0 +1,2 @@
|
||||
# binary from running `go build`
|
||||
npqueue
|
2
main.go
2
main.go
@ -144,7 +144,7 @@ func parsePlayers() (err error) {
|
||||
}
|
||||
|
||||
func loadPlayersJSON() (err error) {
|
||||
jsonFile, err := jsonGet.Get("https://github.com/jakejarvis/npqueue/raw/master/directory.json")
|
||||
jsonFile, err := jsonGet.Get("https://raw.githubusercontent.com/jakejarvis/npqueue/master/directory.json")
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user