How to Use Struct Tags in Go
Nov 7 · 1 min read
Struct tags in #golang provide great versatility when encoding your data to formats like json, xml, protobuf, etc. In this @digitalocean tutorial, learn the basics of how to properly use struct tags to specify the format for your output.
