go-errhttp/error.go

9 lines
89 B
Go

package errhttp
type Error interface {
error
Err() error
ErrHTTP()
Unwrap() error
}