Files
HellreigN/backend/makefile
T
d3m0k1d 3293915062
ci-agent / build (push) Failing after 28s
chore: proj struct and swagger docs for backend
2026-04-03 21:04:49 +03:00

7 lines
118 B
Makefile

.PHONY: docs lint
docs:
swag init -g ./cmd/main.go --parseDependency --parseInternal
lint:
golangci-lint run --fix