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
1.23
2.8.3
Option Yes
I already set removeFieldPrefix: f_ in hack/config.yaml and then I run command 'gf gen dao'
the json tag inlucde f prefix in each entity struct field
I want jsontag have no f prefix in entity struct field
The text was updated successfully, but these errors were encountered:
Please show me your struct.
Sorry, something went wrong.
No branches or pull requests
Go version
1.23
GoFrame version
2.8.3
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
I already set removeFieldPrefix: f_ in hack/config.yaml and then I run command 'gf gen dao'
What did you see happen?
the json tag inlucde f prefix in each entity struct field
What did you expect to see?
I want jsontag have no f prefix in entity struct field
The text was updated successfully, but these errors were encountered: