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

Tree @6f1d03b (Download .tar.gz)

settings.json @6f1d03braw · history · blame

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