List of all posts

Wrench icon

Idiomatic Go Set

Notes on implementing a Set while migrating from JavaScript to Go — using maps to represent Sets since Go lacks a native Set.

Data icon

What is Marshal in Go?

Revisiting serialization/deserialization in Go and the origin of "Marshal", building on my earlier post about struct tags and reflect.