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

Style: format code by gofumpt #328

Merged
merged 1 commit into from
May 19, 2021
Merged

Style: format code by gofumpt #328

merged 1 commit into from
May 19, 2021

Conversation

Loyalsoldier
Copy link
Collaborator

@Loyalsoldier Loyalsoldier commented May 19, 2021

Run:

go install -v github.com/mvdan/gofumpt@latest
find . -type f -name "*.go" ! -name "*.pb.go" | xargs gofumpt -l -w

@Loyalsoldier Loyalsoldier merged commit 1d6dcf6 into p4gefau1t:master May 19, 2021
@Loyalsoldier Loyalsoldier deleted the format-code branch May 19, 2021 22:36
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

Successfully merging this pull request may close these issues.

1 participant