go · go/bufio.ErrBufferFull
bufio.ErrBufferFull
Buffer Full
Returned by bufio.Scanner when a single token (line, word, etc.) is larger than the scanner's buffer. Call scanner.Buffer() before scanning to increase the maximum token size.
References
In this namespace
— start of namespace —
next → context.Canceled Context Cancelled