//
pkg.gl
Category
github.com/segmentio/errors-go
neterrors
package
1.0.0
Repository:
https://github.com/segmentio/errors-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
66 SLOC
#
Functions
Adapt
Adapt checks the type of err and if it matches one of the error types or one of the error values of the standard net package, adapts it to make error types discoverable using the errors.Is function.