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

Tree @31846bd (Download .tar.gz)

settings.json @31846bdraw · history · blame

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