mvdan / gofumpt

A stricter gofmt
https://pkg.go.dev/mvdan.cc/gofumpt
BSD 3-Clause "New" or "Revised" License
3.15k stars 110 forks source link

Publish v1 #303

Closed silverwind closed 2 months ago

silverwind commented 2 months ago

Any reason why this tool is still at v0? It's widely used so I would recommend going to v1 to show that some stability guarantees can be given.

mvdan commented 2 months ago

Maybe at some point but not right now. The CLI is mostly stable, but the Go API and the features are in flux. See for instance https://github.com/mvdan/gofumpt/issues/78 or https://github.com/mvdan/gofumpt/issues/2.

silverwind commented 2 months ago

Ok, I hope it's still a goal to have v1 eventually. I really despise software that stays at v0 forever 😆.