Skip to content

🎪 A quick demonstration of the new error related features available as of Go 1.13

Notifications You must be signed in to change notification settings

zignd/demo-magician-errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-magician-errors

A quick demonstration of the new error related features available as of Go 1.13. The example demonstrates how to wrap errors to create an error chain and how to check for an specific error in this whole chain without having to traverse it manually. You can start reading the code from cmd/demo-magician-errors/main.go.

For more information regarding the usage of features check the official blog post at: Working with Errors in Go 1.13

Screenshot

About

🎪 A quick demonstration of the new error related features available as of Go 1.13

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages