nekrassov01 / access-log-parser

Simple access log parser utilities for golang
https://pkg.go.dev/github.com/nekrassov01/access-log-parser
MIT License
1 stars 0 forks source link

Replace `Index` with `LineNumber` #2

Closed nekrassov01 closed 8 months ago

nekrassov01 commented 8 months ago

Currently, the naming for line numbers beginning with 1 is Index. Since this is misleading, consider renaming it to LineNumber or changing it to start at 0.

nekrassov01 commented 8 months ago

Supported in 0.0.18