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

Chore: format code #49

Merged
merged 1 commit into from
Jun 18, 2021
Merged

Chore: format code #49

merged 1 commit into from
Jun 18, 2021

Conversation

Loyalsoldier
Copy link
Contributor

Format code by running:

go install -v github.com/daixiang0/gci@latest
go install -v mvdan.cc/gofumpt@latest
find . -type f -name "*.go" | xargs gci -w -local "github.com/megaease/easegress"
find . -type f -name "*.go" | xargs gofumpt -l -w

@xxx7xxxx
Copy link
Contributor

Cool, it could be a daily job besides gomod.

@benja-wu benja-wu requested a review from xxx7xxxx June 18, 2021 08:18
@benja-wu benja-wu added the enhancement New feature or request label Jun 18, 2021
@benja-wu benja-wu added this to In progress in Easegress Project via automation Jun 18, 2021
Easegress Project automation moved this from In progress to Reviewer approved Jun 18, 2021
@benja-wu benja-wu added this to the v1.0.1 milestone Jun 18, 2021
@benja-wu benja-wu merged commit 7bae03f into easegress-io:main Jun 18, 2021
Easegress Project automation moved this from Reviewer approved to Done Jun 18, 2021
fengyie007 pushed a commit to fengyie007/easegress that referenced this pull request Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants