Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve development by extending `make check` target with: - <https://github.com/dkorunic/betteralign> - improves structs memory alignment - <https://github.com/kisielk/errcheck> - finds unhandled errors - <https://staticcheck.dev> - finds common pitfails - `mod verify` - verifies dependencies - `mod tidy` - removes unused dependencies - `go fmt` - formats code.
- Loading branch information