epomatti/go-error-handling
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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