Commit ab13528
Fix SA9003 lint error: Add comment to empty default case
- Add explanatory comment to empty default case in connection.go:340
- This fixes the staticcheck SA9003 warning about empty branch
- The select statement uses default as non-blocking context check
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent 4b53634 commit ab13528
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| 341 | + | |
341 | 342 | | |
342 | 343 | | |
343 | 344 | | |
| |||
0 commit comments