We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was creating a fiber API and wanted to run the swag fmt and swag init commands before each build.
swag fmt
swag init
[build] pre_cmd = [ "swag fmt", "swag init" ] cmd = "go build -o ./tmp/main.exe ." post_cmd = [ " some other scripts " ]
If the maintainers are ok with this you can assign this to me and I will happily work on it 😄
The text was updated successfully, but these errors were encountered:
If you have submitted a PR and have sufficient unit tests, I am happy to merge it
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Context
I was creating a fiber API and wanted to run the
swag fmt
andswag init
commands before each build.Wanted Solution
If the maintainers are ok with this you can assign this to me and I will happily work on it 😄
The text was updated successfully, but these errors were encountered: