A parser in golang to read a NGINX logfile and provide some statistics
- Build the app using
go build -o main
- Run the app using
./main
or supply another test file using./main -f=file.log
- Simply run
go test
App was tested on OSX with golang installed from Homebrew