satyrius / gonx

Nginx access log parser for Golang
MIT License
355 stars 85 forks source link

Need a way to provide a custom StringParser to the Reader #33

Closed jeffw-wherethebitsroam closed 7 years ago

jeffw-wherethebitsroam commented 7 years ago

I realised that there was still no way of providing a custom StringParser to a Reader since the parser is private. This adds a new constructor.

satyrius commented 7 years ago

Ok. Looks reasonable.