PHONY: docs

docs:
	swag init -g cmd/main.go --output docs/
