var bufio.ErrNegativeCount
3 uses
bufio (current package)
bufio.go#L26: ErrNegativeCount = errors.New("bufio: negative count")
bufio.go#L145: return nil, ErrNegativeCount
bufio.go#L179: return 0, ErrNegativeCount
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)