Explore >> Select a destination


You are here

www.joeshaw.org
| | markphelps.me
2.1 parsecs away

Travel
| | Mark Phelps' blog
| | linksort.com
1.7 parsecs away

Travel
| | In writing a REST API, we have to deal with at least two types of errors. Client errors: These errors are the fault of the user, e.g., providing an invalid...
| | miparnisariblog.wordpress.com
2.5 parsecs away

Travel
| | From simpler to more complex: 1. errors.New() or fmt.Errorf() without a sentinel error Only use for quick prototyping 2. Sentinel errors When you have an interface and want implementations to be able to throw errors and then catch them to run some logic But! you won't be able to customize the error thrown var (...
| | benhoyt.com
18.1 parsecs away

Travel
| Simple Lists is a tiny to-do list web application written in Go, with old school server-side rendering and no JavaScript.