|
You are here |
rm4n0s.github.io | ||
| | | | |
ukiahsmith.com
|
|
| | | | | Use marshaling interfaces from the Go json package to control complex data types in JSON. | |
| | | | |
aarol.dev
|
|
| | | | | 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
|
|
| | | | | Converting a library that used code generation to generics in Go 1.18 | |
| | | | |
ukiahsmith.com
|
|
| | | 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. | ||