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

Add make fmt target to format code #27

Open
rakeshgm opened this issue Mar 5, 2025 · 0 comments
Open

Add make fmt target to format code #27

rakeshgm opened this issue Mar 5, 2025 · 0 comments
Labels
scheduled Scheduled for next release
Milestone

Comments

@rakeshgm
Copy link
Member

rakeshgm commented Mar 5, 2025

To ensure consistent code formatting across the project, a make fmt target can be added to the Makefile. This target can run go fmt ./... (or any other tool), to format all Go files in the project according to Go’s standard formatting rules.

@nirs nirs added the scheduled Scheduled for next release label Mar 5, 2025
@nirs nirs added this to the v0.3.0 milestone Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scheduled Scheduled for next release
Projects
None yet
Development

No branches or pull requests

2 participants