var bufio.ErrNegativeCount

3 uses

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