Go Struct Tags and Reflection Understand how Go struct tags work, how packages like encoding/json read them with reflection, and how to add custom tag-driven behavior to your code. Jun 28, 2026 ·5 min read · #go#golang#reflection