sec/.vscode/settings.json

7 lines
96 B
JSON
Raw Normal View History

2019-09-17 18:39:37 +05:00
{
"go.testFlags": [
"-test.v",
"-cover"
2020-11-21 21:25:16 +05:00
],
"go.inferGopath": false
2019-09-17 18:39:37 +05:00
}