一、live templage on tag
配置
产出
type user struct{ testAge int `cjson:"testAge"` testName int `json:"test_name"`}
二、go mod config
配置
产出
修复list -m卡住的问题
type user struct{ testAge int `cjson:"testAge"` testName int `json:"test_name"`}
修复list -m卡住的问题