diff --git a/.vscode/settings.json b/.vscode/settings.json index 38903555..f7e46397 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -21,7 +21,7 @@ "go.useLanguageServer": true, "[go]": { "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "explicit" } }, "go.lintTool": "golangci-lint",