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. #62

Closed
schmidtw opened this issue Aug 14, 2023 · 1 comment
Closed

(unify) Update code style. #62

schmidtw opened this issue Aug 14, 2023 · 1 comment

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.

@johnabass
Copy link
Collaborator

Addressed by #108

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