Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 127e26f

Browse files
committed
Add .vscode
1 parent ea1b5cf commit 127e26f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"go.lintTool": "golangci-lint",
3+
"go.lintFlags": ["--fast"],
4+
"go.vetOnSave": "off",
5+
"go.buildOnSave": "off"
6+
}

0 commit comments

Comments
 (0)