incu6us / goimports-reviser

Right imports sorting & code formatting tool (goimports alternative)
MIT License
599 stars 72 forks source link

Have you considered using gofumpt for fmt operation ? #150

Open serious-snow opened 8 months ago

serious-snow commented 8 months ago

gofumpt Enforce a stricter format than gofmt, while being backwards compatible. That is, gofumpt is happy with a subset of the formats that gofmt is happy with.

repo is https://github.com/mvdan/gofumpt