first version

This commit is contained in:
2026-06-07 21:01:40 +00:00
parent ee7167accf
commit f19bab1100
79 changed files with 10355 additions and 145 deletions
+15
View File
@@ -0,0 +1,15 @@
version: "2"
linters:
enable:
- bodyclose
- errcheck
- gocritic
- gosec
- govet
- ineffassign
- staticcheck
- unused
- misspell
formatters:
enable:
- gofmt