Versions in this module Expand all Collapse all v0 v0.0.1 Jul 2, 2024 Changes in this version + func GetInode(stat os.FileInfo) uint64 — darwin/amd64, linux/amd64 + func TrimCRLFString(s string) string + type LineBuffer struct + func NewLineBuffer(maxSize int) *LineBuffer + func (buf *LineBuffer) Add(a []byte) + func (buf *LineBuffer) AvailableLines() int + func (buf *LineBuffer) Clear() + func (buf *LineBuffer) Empty() bool + func (buf *LineBuffer) IsBroken() bool + func (buf *LineBuffer) LoadState(state *LineBufferStateObj) + func (buf *LineBuffer) Next() ([]byte, bool) + func (buf *LineBuffer) SaveState() *LineBufferStateObj + type LineBufferStateObj struct + Add []byte + Broken bool + Buffer []byte