-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
gf gen service work with mistake #2824
Comments
GoFrame CLI Tool v2.5.1, https://goframe.org My question is the same as yours |
@liaowj5 @pingProMax Please use the latest version of cli, submit a new issue if this persists. |
我也遇到了,是不是都不用代码生成,都是手写的 |
I've also encountered it. Isn't it all generated by code? It's all handwritten. |
This is the holiday automatic reply email from QQ mailbox. |
same error |
This is the holiday automatic reply email from QQ mailbox. |
1. What version of
Go
and system type/arch are you using?macos
2. What version of
GoFrame
are you using?GoFrame CLI Tool v2.5.1, https://goframe.org
GoFrame Version: v2.3.1 in current go.mod
CLI Installed At: /opt/homebrew/bin/gf
CLI Built Detail:
Go Version: go1.20.4
GF Version: v2.5.1
Git Commit: 2023-07-26 21:27:58 e0e0043
Build Time: 2023-07-26 21:32:56
3. Can this issue be re-produced with the latest release?
Yes
4. What did you do?
gf gen service
5. What did you expect to see?
generate logic.go (go file) in internal/logic
6. What did you see instead?
generate logic.go (as folder) instead, and has no go files under logic folder.
The text was updated successfully, but these errors were encountered: