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
Applied automated modernization using gopls modernize tool to update:
- Replace interface{} with any type alias (Go 1.18+)
- Update range loops to use idiomatic range syntax
- Replace fmt.Sprintf with fmt.Appendf where appropriate
These changes improve code readability and align with current Go best
practices.
Co-Authored-By: Claude <[email protected]>
Signed-off-by: Francesco Pantano <[email protected]>
0 commit comments