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 ¶
- Version
- v1.0.0
- Published
- Jun 24, 2019
- Platform
- windows/amd64
- Last checked
- 2 hours ago –
Tools for package owners.