- Lowercase error messages (ST1005) - Use context.Background() instead of nil (SA1012) - Fix rand.Intn(1) which always returns 0 (SA4030) - Remove unnecessary nil check before len() (S1009) |
||
|---|---|---|
| .. | ||
| logging.go | ||
| logging_test.go | ||
- Lowercase error messages (ST1005) - Use context.Background() instead of nil (SA1012) - Fix rand.Intn(1) which always returns 0 (SA4030) - Remove unnecessary nil check before len() (S1009) |
||
|---|---|---|
| .. | ||
| logging.go | ||
| logging_test.go | ||