Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

AltStyle によって変換されたページ (->オリジナル) /