Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 265 Bytes

ReadMe.md

File metadata and controls

13 lines (9 loc) · 265 Bytes

GErrors

This package is a wrapper on the golang std errors package, and the purpose of it is using graceful error handling in microservice arch.

Install

go get github.com/ghoroubi/gerrors

Example

package main

// Will be add here soon