/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

dmitryfrank.com
| | ruudvanasseldonk.com
2.3 parsecs away

Travel
| | Monadic error handling is an alternative to exception-based systems that can prevent many programming errors at compile time.
| | dave.cheney.net
1.7 parsecs away

Travel
| | [AI summary] The author discusses updates to the errors package, focusing on automatic stack trace collection and the introduction of the %+v format verb for debugging.
| | golangbot.com
2.6 parsecs away

Travel
| | This tutorial discusses how to wrap errors in Go. It also teaches how to use the Is and As functions from the error package.
| | www.foonathan.net
28.7 parsecs away

Travel
| This post describes techniques for libraries to allow both exceptions and non-exceptional use. One is a technique I dubbed exception handler.