- Format cmd/loadtest/main.go with gofmt
- Downgrade go.mod to go 1.24 for golangci-lint compatibility
- Update CI workflow Go version to 1.24
- Fix deprecated govet check-shadowing → shadow
Co-Authored-By: Paperclip <noreply@paperclip.ing>
- Add .golangci.yml with sensible linting rules
- Add Makefile with test, lint, fmt, vet, build targets
- Enhance CI pipeline with Go formatting check and golangci-lint job
- Create shared testutil.FakeRepository for handler tests
- Refactor handler tests to use shared FakeRepository
- Add data/ and coverage.out to .gitignore
Co-Authored-By: Paperclip <noreply@paperclip.ing>