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

(unify) Update code style. #415

Open
schmidtw opened this issue Aug 14, 2023 · 0 comments
Open

(unify) Update code style. #415

schmidtw opened this issue Aug 14, 2023 · 0 comments
Assignees

Comments

@schmidtw
Copy link
Member

Fix code style

Using Go 1.20 or 1.21, run:

find . -name '*.go' -exec gofmt -s -w {} \;

This should update the formatting so it is compliant.

Enable copyright checking in the action

In .github.workflows/ci.yml remove the line style-skip: true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants