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
- Use errors.As() instead of type assertions for error checking
- Check return values from fmt.Fprintln calls
- Simplify regex patterns (remove unnecessary escapes in char classes)
- Use idiomatic variable declarations (var x []T vs x := []T{})
- Name unused parameters with underscore (_)
- Improve comment grammar
- Standardize shell script indentation
Signed-off-by: Jose Alekhinne <alekhinejose@gmail.com>
0 commit comments