6 ms·
My only complaint about gofmt is that it’s not even stricter about some things.
by spyspy 1y ago
My only complaint about gofmt is that it’s not even stricter about some things.
- duskwuff 1y agoGood news: there are tools like https://github.com/mvdan/gofumpt https://github.com/mvdan/gofumpt which fork gofmt and enforce stricter rules (while remaining invariant under gofmt).