var bufio.ErrNegativeCount

3 uses

	bufio (current package)
		bufio.go#L26: 	ErrNegativeCount     = errors.New("bufio: negative count")
		bufio.go#L132: 		return nil, ErrNegativeCount
		bufio.go#L166: 		return 0, ErrNegativeCount