Codebase list golang-github-imdario-mergo / f62717d .vscode / settings.json
f62717d

Tree @f62717d (Download .tar.gz)

settings.json @f62717draw · history · blame

1
2
3
4
5
6
7
{
    "go.lintTool": "golangci-lint",
    "go.lintFlags": [
        "--enable-all",
        "--disable=gomnd"
    ]
}