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

Tree @89b3489 (Download .tar.gz)

settings.json @89b3489raw · history · blame

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