You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix var-naming: rename userIdParam/userIdFlag to userIDParam/userIDFlag
- Fix rangeValCopy: use index-based access with pointers in range loops
- Fix ifElseChain: convert if-else to switch statement in naming.go
- Fix appendAssign: properly initialize slice before appending in load.go
- Fix gofmt/goimports formatting issues
- Fix staticcheck SA4017: add hasAnyPrefix helper for prefix checks in sse.go
- Update .golangci.yml: replace deprecated exportloopref with copyloopvar
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments