feat: start recode backend to golang

This commit is contained in:
d3m0k1d
2026-02-03 13:58:58 +03:00
parent afd9658005
commit 94aae8e3ec
29 changed files with 376 additions and 575 deletions

21
backend/.golangci.yml Normal file
View File

@@ -0,0 +1,21 @@
version: "2"
run:
timeout: 5m
tests: false
build-tags:
- integration
linters:
enable:
- errcheck
- errname
- govet
- staticcheck
- gosec
- nilerr
formatters:
enable:
- gofmt
- goimports
- golines