Parser for Quake server Log
git clone https://github.com/luanrivello/quake_parser
cd quake_parser
- You can run the programm with no arguments defaulting the log file to ./data/qgames.log
go run main.go
- or you can give it a path like so
go run main.go $LOGPATH
- and a report will be generated in json format at ./report/report.json
- To run the unit tests, run the following command
go test -v ./...