Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 345 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 345 Bytes

golang-nginx-logs

A parser in golang to read a NGINX logfile and provide some statistics

How to run this?

  • Build the app using go build -o main
  • Run the app using ./main or supply another test file using ./main -f=file.log

How to run the tests?

  • Simply run go test

App was tested on OSX with golang installed from Homebrew