关于goland:goland-快捷工具集效率

25次阅读

共计 147 个字符,预计需要花费 1 分钟才能阅读完成。

一、live templage on tag

配置

产出
type user struct{
    testAge  int `cjson:"testAge"`
    testName int `json:"test_name"`
}

二、go mod config

配置

产出

修复 list - m 卡住的问题

三、代码行被 golang 强行折叠

配置

产出

👇🏻

正文完
 0