Skip to content
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

Utilize go generate #81

Open
xibz opened this issue Jun 10, 2024 · 0 comments
Open

Utilize go generate #81

xibz opened this issue Jun 10, 2024 · 0 comments

Comments

@xibz
Copy link

xibz commented Jun 10, 2024

When generating go code, we should utilize what go provides out of the box, go generate which looks to be unused. This is idiomatic to go

The benefit of using go generate is you can just call it from the root of the project or wherever and it'll generate the code rather than a specific scripting file

https://go.dev/blog/generate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant