Skip to content

v2.0.3

Latest
Compare
Choose a tag to compare
@Abhinandan-Khurana Abhinandan-Khurana released this 20 Feb 08:57
· 2 commits to main since this release

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