Codebase list golang-github-imdario-mergo / debian/latest .vscode / settings.json
debian/latest

Tree @debian/latest (Download .tar.gz)

settings.json @debian/latestraw · history · blame

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