sec/.vscode/settings.json

7 lines
96 B
JSON

{
"go.testFlags": [
"-test.v",
"-cover"
],
"go.inferGopath": false
}