var bufio.ErrNegativeCount
5 uses
bufio (current package)
bufio.go#L26: ErrNegativeCount = errors.New("bufio: negative count")
bufio.go#L137: return nil, ErrNegativeCount
bufio.go#L171: return 0, ErrNegativeCount
github.com/go-pg/pg/v10/internal/pool
reader_buf.go#L330: return 0, bufio.ErrNegativeCount
reader_buf.go#L359: return nil, bufio.ErrNegativeCount
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)