package
0.0.0-20200717144952-395fc46d54df
Repository: https://github.com/felipeweb/devctl.git
Documentation: pkg.go.dev
# Functions
DoNotWrap reports whether an error should not be wrapped in the Error type from this package.
ErrorAs is a helper for the ErrorAs method of an API's portable type.
New returns a new error with the given code, underlying error and message.
Newf uses format and args to format a message, then calls New.