back

by levkk·1y ago·view on hn ↗
For a programming language that makes unused variables a compiler error, I'm surprised there is no clippy/rubocop/black/cargo fmt/clang fmt built-in.
3 comments
As far as I can tell every single one of those tools was inspired by Go's `gofmt` & `go vet` in the first place.
You mean like “go fmt”?

https://go.dev/blog/gofmt

there is, gofmt :)