Writing a Go Tool to Parse and Modify Struct Tags
Offered By: Gopher Academy via YouTube
Course Description
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
Related Courses
A Holistic Go ExperienceGopher Academy via YouTube Safe, Fast, and Easy - Building a Plugin System with WebAssembly
Gopher Academy via YouTube A Journey Through Integration Testing with Go - What Could Go Wrong?
Gopher Academy via YouTube Kraken Wrangling for Dummies - Go Module Dependency Management at Scale
Gopher Academy via YouTube Go, the Data Engineer's Missing Tool?
Gopher Academy via YouTube