user-ava

bed_monster420

Best Practices for Struct Tagging

Hey folks, I'm building a Go API, and I'm working with struct tags to handle JSON serialization. Are there best practices for struct tags in Go, especially when dealing with nested structs?

post-img