urfave / cli

A simple, fast, and fun package for building command line apps in Go
https://cli.urfave.org
MIT License
21.89k stars 1.69k forks source link

Use gofumpt #1897

Closed bartekpacia closed 1 month ago

bartekpacia commented 1 month ago

gofumpt is a stricter, drop-in replacement for gofmt.

Personally, I've been using it for a few years and I like that it takes even more formatting decisions from me, so I don't focus on them.

I think it'd be cool it this project used it. The code formatting style would be more unified, which is useful since it's a popular project and many different people contribute to it.