/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

preslav.me
| | alexrichey.com
2.9 parsecs away

Travel
| | A pattern for distinguishing and handling client and internal errors in Go that leverages the power of Go's interfaces.
| | damienradtke.com
3.0 parsecs away

Travel
| |
| | lanre.wtf
3.5 parsecs away

Travel
| | Errors in http handlers in Go are ridiculously complex to handler. Depending on how simple or complex your handler is, you can always fail to return an error somewhere after sending the response. Here is how I handle it
| | ewintr.nl
15.6 parsecs away

Travel
| [AI summary] A guide on how to use Golang's built-in httptest library to create a mock server and record outbound HTTP requests for unit testing Go applications without external dependencies.