# README
errors
import "github.com/Mgla96/snappr/internal/errors"
Package errors provides a convenience type for creating a const error.
Index
type New
New is a convenience type for creating a const error using familiar syntax
type New string
func (New) Error
func (e New) Error() string
Error returns the error string
Generated by gomarkdoc
# Type aliases
New is a convenience type for creating a const error using familiar syntax.