{
"go.diagnostic.vulncheck": "Imports",
"go.lintTool": "golangci-lint",
"go.lintFlags": [
"--fast"
],
"go.testFlags": [
"-v"
]
}