/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

attilaolah.eu
| | ukiahsmith.com
1.2 parsecs away

Travel
| | Use marshaling interfaces from the Go json package to control complex data types in JSON.
| | schadokar.dev
1.7 parsecs away

Travel
| | In this tutorial we'll learn how to use json in golang.
| | blog.gopheracademy.com
2.5 parsecs away

Travel
| | Advanced Encoding and Decoding Techniques Go's standard library comes packed with some great encoding and decoding packages covering a wide array of encoding schemes. Everything from CSV, XML, JSON, and even gob - a Go specific encoding format - is covered, and all of these packages are incredibly easy to get started with.
| | alexrichey.com
23.0 parsecs away

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