Overview
Explore the process of creating a Go tool designed to parse and modify struct tags in this 36-minute conference talk from GopherCon 2017. Dive into the importance of struct field tags in encode/decode types, particularly when working with packages like encoding/json. Learn how to streamline the often repetitive and error-prone task of modifying tags through the development of an automated tool. Gain insights into writing efficient Go code for parsing and manipulating struct tags, enhancing your ability to work with Go's type system and improve code maintainability.
Syllabus
GopherCon 2017: Fatih Arslan - Writing a Go Tool to Parse and Modify Struct Tags
Taught by
Gopher Academy