{
"go.gopath": "${env:HOME}/.gvm/pkgsets/go1.22.5/global",
"go.goroot": "${env:HOME}/.gvm/gos/go1.22.5",
"cSpell.words": ["gorm", "milli"],
"editor.formatOnSave": true,
"go.formatTool": "gofmt",
"[go]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"[go.mod]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}
}
Gvm 嘎嘎好用 |