Fetch blocked servers without Redis

This commit is contained in:
Jacob Gunther
2023-02-26 14:22:03 -06:00
parent b2ffb03e1d
commit 4a5ff4938e
11 changed files with 166 additions and 133 deletions

View File

@@ -18,7 +18,7 @@ The REST server that powers the API for mcstatus.io. This repository is open sou
- `go get ...`
4. Build the executable
- Using GNU make
- `make build`
- `make`
- Without GNU make
- `go build -o .\bin\main.exe .\src\*.go` (Windows)
- `go build -o bin/main src/*.go` (Unix)