mercari / tfnotify

A CLI command to parse Terraform execution result and notify it to GitHub
MIT License
619 stars 91 forks source link

style: format code with gofumpt #90

Closed suzuki-shunsuke closed 2 years ago

suzuki-shunsuke commented 3 years ago

WHAT

Format code with gofumpt

https://github.com/mvdan/gofumpt

$ git ls-files | grep -E "^.*\.go$" | xargs gofumpt -l -s -w
config/config_test.go
notifier/github/comment_test.go
notifier/github/github_test.go
notifier/github/notify.go
notifier/gitlab/comment_test.go
notifier/gitlab/gitlab_test.go

WHY

Clean code.