Skip to content

HelpfulComputing/check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Error Checking Tool

Check errors in go with a single line.

check.Panic(err, "Error encountered, panicking") - Check for an error and panic if not nil

check.Print(err, "Error encountered, continuing") - Check for an error and print it if not nil

About

Golang error handling library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages