access-logs-parser This is a simple golang-app, that takes nginx-access-logs as stdin and transforms it to csv-format into stdout. Running cat access.log | go run . > result.csv Building Following command builds this project into executable binary file: go build .