Feature or enhancement request details
I'd like to propose adding golangci-lint to this project to improve code quality through consistent static analysis and linting.
Proposal
A .golangci.yml file in the root directory with common checks enabled (happy to suggest a config). Optionally run it in CI (e.g., GitHub Actions) to ensure lint compliance on PRs.
I’d be happy to open a PR adding:
- A basic .golangci.yml config
- CI integration (if desired)
Code of Conduct