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
🌱 (chore): simplify variable declarations by removing unnecessary var blocks (kubernetes-sigs#4667)
chore: simplify variable declarations by removing unnecessary var blocks
Converted single-variable `var (...)` blocks to direct `var` declarations
in various packages such as `golang/options.go`, `cli/root.go`, `config/registry.go`, and test files.
This makes the code more concise and aligns with idiomatic Go style.
0 commit comments