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
qor-example/main.go
Line 107 in debf771
The text was updated successfully, but these errors were encountered:
Ok I found the defer os.Exit(0) line in compile function. Why would anyone call os.Exit() ever in a program ??
defer os.Exit(0)
Sorry, something went wrong.
No branches or pull requests
qor-example/main.go
Line 107 in debf771
Here in the code it says either compile or serve. Was this done by choice or run after compile isn't possible at all ?
The text was updated successfully, but these errors were encountered: