package main import "gitlab.mareshq.com/hq/backoffice/backoffice-api/cmd" //go:generate go run github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen --config=oapi-codegen.yaml ./api/v1/openapi.yaml func main() { cmd.Execute() }