var bufio.ErrNegativeCount

3 uses

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