|
You are here |
preslav.me | ||
| | | | |
alexrichey.com
|
|
| | | | | A pattern for distinguishing and handling client and internal errors in Go that leverages the power of Go's interfaces. | |
| | | | |
damienradtke.com
|
|
| | | | | ||
| | | | |
lanre.wtf
|
|
| | | | | 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
|
|
| | | [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. | ||