Hacker News new | ask | show | jobs
by d-z-m 760 days ago
> There are tons of things that linters warn about (today), that should have been errors too by their logic.

Can you give a couple examples?

1 comments

https://golangci-lint.run/usage/linters/

The ones that are enabled by default. These are much more critical than unused variables or imports.