feat: readme

This commit is contained in:
2025-05-14 04:15:58 -04:00
parent bce4d598fb
commit 634bff4411
7 changed files with 110 additions and 30 deletions

View File

@ -4,6 +4,7 @@
// Go
"go.lintTool": "revive",
"go.formatTool": "goimports",
"go.buildTags": "dev",
"go.lintFlags": ["--config=server/revive.toml"],
"gopls": { "ui.semanticTokens": true },
"[go]": {