Goodreads helps you follow your favorite authors. Be the first to learn about new releases!
Start by following Diego S.
Showing 1-1 of 1
“{
"[go]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "golang.go",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"go.useLanguageServer": true,
"gopls": {
"ui.completion.usePlaceholders": true,
"ui.diagnostic.staticcheck": true,
"ui.inlayHints.parameterNames": true,
"ui.inlayHints.assignVariableTypes": true
},
"go.vetOnSave": "package"
}”
― Go Del Cero al Experto Volumen I: Fundamentos del lenguaje Go tipos, structs, interfaces, errores y tu primer proyecto CLI (Go: Del Cero al Experto nº 1)
"[go]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "golang.go",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"go.useLanguageServer": true,
"gopls": {
"ui.completion.usePlaceholders": true,
"ui.diagnostic.staticcheck": true,
"ui.inlayHints.parameterNames": true,
"ui.inlayHints.assignVariableTypes": true
},
"go.vetOnSave": "package"
}”
― Go Del Cero al Experto Volumen I: Fundamentos del lenguaje Go tipos, structs, interfaces, errores y tu primer proyecto CLI (Go: Del Cero al Experto nº 1)




