-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
[Feat]: Add a demo of golang gorm #56
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yyt030 Thanks for your contribution! I left some comments. And you also need to add the gorm module in CI to ensure that the sample code is executable.
For the mydata
directory in applications, it looks good overall, but I think it should be added in another PR instead of being included in the current PR. Can you split it out from this PR?
I opened a new PR, please check. #58 |
Thanks for the update! The CI configuration for the newly added |
done |
@whhe pls rerun ci? |
Seems the command line arguments are not passed correctly.
|
I install one archlinux with mariadb server in virtualbox, and debug that then deal it , connect info must include it's difficult that without test OB env. @whhe try it again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Merging.
Summary
Solution Description