Codebase list golang-github-imdario-mergo / fresh-snapshots/main .vscode / settings.json
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

settings.json @fresh-snapshots/mainraw · history · blame

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