Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 431 Bytes

File metadata and controls

7 lines (6 loc) · 431 Bytes

Review Go changes for concrete correctness and maintainability risks:

  • Verify error values are handled and wrapped without losing actionable context.
  • Check goroutine, channel, mutex, timer, and context lifecycles for leaks or races.
  • Preserve API compatibility and established zero-value behavior.
  • Confirm resources are closed on every return path.
  • Require focused tests for changed boundary conditions and failure paths.