/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

ukiahsmith.com
| | brunoscheufler.com
1.7 parsecs away

Travel
| | While Go doesn't come with the typical language concepts for inheritance-based type hierarchies? it provides a powerful concept to reuse parts from other interfaces and structs, using embedding....
| | blog.gopheracademy.com
1.8 parsecs away

Travel
| | In this post, I will tell a story of how I had to build a custom JSON unmarshaler for the needs of a GraphQL client library in Go.
| | schadokar.dev
1.9 parsecs away

Travel
| | In this tutorial we'll learn how to use json in golang.
| | attilaolah.eu
13.4 parsecs away

Travel
| Incidentally, decoding JSON data (or really, almost any data structure) isreally easy in Go (golang). We simply call json.Unmarshal(...) andboom! We have nice data structures.