sec/.vscode/settings.json

6 lines
67 B
JSON
Raw Normal View History

2019-09-17 18:39:37 +05:00
{
"go.testFlags": [
"-test.v",
"-cover"
]
}