We need to have linters to maintain code quality - not just finding issues but also on long term maintenance
https://golangci-lint.run/docs/linters/configuration/#unused
there are more of these linters one is unused - which we need to add to the golangci-lint config file.
We need to have linters to maintain code quality - not just finding issues but also on long term maintenance
https://golangci-lint.run/docs/linters/configuration/#unused
there are more of these linters one is unused - which we need to add to the golangci-lint config file.