Improve dev docs (#636)

This commit is contained in:
Anbraten
2021-12-21 10:52:10 +01:00
committed by GitHub
parent 465d2c9d84
commit bed69f9f72
11 changed files with 275 additions and 221 deletions

13
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"git.ignoreLimitWarning": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"vendor/": true
},
"go.lintTool":"golangci-lint",
"go.lintFlags": [
"--fast"
]
}