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