一、live templage on tag
配置
产出
type user struct{
testAge int `cjson:"testAge"`
testName int `json:"test_name"`
}
二、go mod config
配置
产出
修复 list - m 卡住的问题
三、代码行被 golang 强行折叠
配置
产出
👇🏻
type user struct{
testAge int `cjson:"testAge"`
testName int `json:"test_name"`
}
修复 list - m 卡住的问题
👇🏻