package
1.3.2
Repository: https://github.com/0xrawsec/golang-utils.git
Documentation: pkg.go.dev

# Functions

NewReverseReader creates a new ReverseReader.
Readlines : returns a channel containing the lines of the reader.
ReadlinesUTF16 : returns a channel of []byte lines trimmed.
ReversedReadlines returns the lines found in a reader in reversed order.

# Structs

ReverseReader reads bytes from the end of reader.