We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c8d85 commit db4798bCopy full SHA for db4798b
.vscode/settings.json
@@ -3,21 +3,19 @@
3
"editor.formatOnSave": true,
4
"editor.codeActionsOnSave": {
5
"source.organizeImports": "explicit"
6
- },
+ }
7
},
8
"[go.mod]": {
9
10
11
12
13
14
- // gopls
15
"go.useLanguageServer": true,
16
"gopls": {
17
"formatting.local": "github.com/golang-templates/seed",
18
"formatting.gofumpt": true
19
20
- // golangci-lint
21
"go.lintTool": "golangci-lint",
22
"go.lintFlags": [
23
"--fast"
0 commit comments