narf.zone
/posts
|
Entries tagged :: golang
.
2025-01-16
Presenting Unravel
Unravel provides Unmarshal functions that work with an abstract source data model.
Read more ⟶
2024-12-29
Write Your Own json.Unmarshal
Deep dive into how we can build something similar to json.Unmarshal in golang using reflection.
Read more ⟶