Skip to content

Use standard exported errors #22

@Mzack9999

Description

@Mzack9999

From:

return errors.new(..)

To

var (
  ErrX = errors.new(..)
)
...
return Errx

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions