package errx
import "github.com/markbates/errx"
Index ¶
Constants ¶
const Version = "v1.0.0"
Version of errx
Variables ¶
var Cause = Unwrap
Functions ¶
func Unwrap ¶
Types ¶
type Causer ¶
type Causer interface { Cause() error }
pkg/errors
type Wrapper ¶
type Wrapper interface { Unwrap() error }
go2 errors
Source Files ¶
Tools for package owners.