Direct Installation
go install -v github.com/Abhinandan-Khurana/go-verify-swagger/v2@v2.0.3
CHANGELOG:
fix: improve error handling in processURL function
- Add proper error tracking with lastErr variable
- Fix shadowed err variable in retry loop
- Prevent nil pointer dereference when setting result.Error
- Ensure consistent error state propagation through retries
This fixes panic: runtime error: invalid memory address or nil pointer dereference
Full Changelog: v2.0.2...v2.0.3