package
0.2.0
Repository: https://github.com/mgla96/snappr.git
Documentation: pkg.go.dev

# 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.