package
0.0.0-20210827224422-e5fa29d95e8b
Repository: https://github.com/attic-labs/noms.git
Documentation: pkg.go.dev

# Variables

MaxLinesErr is an instance of MaxLinesError that gets returned by Write() whenever the number of lines written has exceeded the number in |MaxLineWriter.MaxLines|.

# Structs

MaxLinesError is the type of error returned by Write() whenever the number of lines written has exceeded the number in |MaxLineWriter.MaxLines|.
MaxLineWriter provides an io.Writer interface that counts the number of lines that have been written.
PrefixWriter makes it easy to prefix lines with a custom prefix.