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

Tree @0f692b0 (Download .tar.gz)

settings.json @0f692b0raw · history · blame

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