Categorygithub.com/ovsinc/errors
repositorypackage
1.3.0
Repository: https://github.com/ovsinc/errors.git
Documentation: pkg.go.dev

# README

Errors

codecov Go Report Card Go Reference license

Package errors implements custom functions to manipulate errors.

In this package uses the strategy accepted in the github.com/pkg/errors and in the whole of golang. It is compatible with the standard `errors ' package.

See README russian.