Explore >> Select a destination


You are here

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

Travel
| | Mark Phelps' blog
| | 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
2.1 parsecs away

Travel
| | My re-implementation of the code from the official Go tutorial 'Developing a RESTful API with Go and Gin', using only the standard library, adding tests, and fixing issues.
| | divan.dev
24.6 parsecs away

Travel
| [AI summary] The author explains how understanding Go's internal data structure representations and memory management can help developers avoid common language gotchas like slice sharing and interface nil confusion.