type go.pact.im/x/httprange.UnsatisfiedRangeError

6 uses

	go.pact.im/x/httprange (current package)
		bytes.go#L100: 		var e *UnsatisfiedRangeError
		errors.go#L45: type UnsatisfiedRangeError struct {
		errors.go#L51: func (e *UnsatisfiedRangeError) Error() string {
		ranger.go#L118: 			return &UnsatisfiedRangeError{}
		ranger.go#L123: 				&UnsatisfiedRangeError{},
		ranger.go#L127: 		return &UnsatisfiedRangeError{Resp: r}