package
0.0.0-20220213072331-dae427612c13
Repository: https://github.com/zrcoder/app.git
Documentation: pkg.go.dev
# Functions
As is documented at https://golang.org/pkg/errors/#As.
Is is documented at https://golang.org/pkg/errors/#Is.
New returns an error with the given description that can be tagged.
Newf returns an error with the given formatted description that can be tagged.
Tag retrieves the value of the tag named by the key.
Unwrap is documented at https://golang.org/pkg/errors/#Unwrap.