Explore >> Select a destination


You are here

rm4n0s.github.io
| | ukiahsmith.com
7.1 parsecs away

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

Travel
| | Advent of Code is an annual set of Christmas-themed computer programming challenges that follow an Advent calendar. It has been running since 2015. The ...
| | markphelps.me
7.5 parsecs away

Travel
| | Converting a library that used code generation to generics in Go 1.18
| | ukiahsmith.com
28.6 parsecs away

Travel
| Often times we need to unmarshal upstream data with unique constraints. Such as custom data types, or custom parsing of specific formats. Using the standard library could be impractical, and handling long structs manually can be tedious; however there is an alternative.