Skip to main content

Installation

To install errorc, simply run:

go get github.com/ygrebnov/errorc

This will fetch the latest version of the library and add it to your module dependencies.

Requirements:

  • Go 1.22 or higher.

After installation, you can import the package into your project:

import "github.com/ygrebnov/errorc"