Categorygithub.com/akayo16/custom-error
repositorypackage
0.0.10
Repository: https://github.com/akayo16/custom-error.git
Documentation: pkg.go.dev

# README

Golang Custom Error

Library for Convenient Error Handling in Golang

Brief Description of How to Use This Library

   1) Package Installation

go get github.com/akayo16/custom-error@latest

   2) Initialize Logging For Errors. Call This Function In Your main.go

InitializingLogging()

   3) Create Your Custom Errors!)

NewCustomErrorWithLevelLogging()
NewCustomError()