package errors

Import Path
	github.com/go-viper/mapstructure/v2/internal/errors (on go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files errors.go join.go
Package-Level Functions (total 3)
func As(err error, target interface{}) bool
func Join(errs ...error) error
func New(text string) error