Compare commits

...

1 Commits

Author SHA1 Message Date
zero@thinky ea645860cf refactor: move main package 2026-06-14 03:04:49 +03:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
PHONY: docs PHONY: docs
docs: docs:
swag init -g cmd/main.go --output docs/ swag init -g cmd/backend/main.go --output docs/
View File