You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0 run --color always ${args}
lint-fix:
make lint args=--fix
intgr-test: build
docker compose -f deployments/docker-compose/docker-compose.yml up
gen:
go run github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest -generate gorilla,types -package rest ${OPENAPI} > internal/domain/rest/api.gen.go