wkoszek / errhand

CrashIfErr - Golang way to crash the program on error

Repository from Github https://github.comwkoszek/errhandRepository from Github https://github.comwkoszek/errhand

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

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%