Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
-
I use gofumpt but I'm pretty sure it doesn't wrap either (and I don't want it to so we're good)
-
For JavaScript I love https://prettier.io/ - is there something similar for Go that provides a stricter and more opinionated formatting?
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
revive
🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
Been using https://github.com/mgechev/revive in all my projects.
-
Goimports and revive (golint is deprecated iirc, so stick to revive) are nice. I have been using golangci lint with different linters enabled, which works really well. https://github.com/golangci/golangci-lint