Skip to content

CrashIfErr - Golang way to crash the program on error

License

Notifications You must be signed in to change notification settings

wkoszek/errhand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convenient Golang error handling

ErrHand is a simple Golang package to aid writing simple programs fast.

Usage

Import:

import (
	"github.com/wkoszek/errhand"
)

API

errhand.CrashIfErr(err)	<- will crash the program is err != nil

About

CrashIfErr - Golang way to crash the program on error

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages