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
- Remove unnecessary assignments to blank identifier
- Use time.Since instead of time.Now().Sub
- Simplify make([]byte, 24) calls
- Remove redundant break statements
- Use explicit struct field names
- Fix Context.WithValue to use custom key type
- Fix os.OpenFile error check before defer
0 commit comments