51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

struct

golang自动生成struct json tag

golang自动生成struct json tag

厉飞雨 阅读(13) 评论(0) 赞(0)

# golang 自动生成 struct json tag 本文讲述如何自动为 golang struct 结构自动生成 json tag。以往我们需要手工为 struct 定义 tag,这很浪费时间,现在通过自动化工具 gomodifytags 可以帮助我们自动生成 json tag。 # 1. 安装 gomodifytags go get github.com/fa