Skip to content

epomatti/go-error-handling

Repository files navigation

Several error controls using Go. Simply cd into the desired module and run:

  go run .

The following error topics were demostrated via code:

- Standard Go errors
- Defer, panic, and recover errors
- Testing errors
- Custom errors creation and detection
- HTTP errors
- Errors with channels and goroutines

Releases

No releases published

Packages

No packages published

Languages