Pulse/internal/logging
rcourtman 7dad9c7a17 style: fix additional staticcheck warnings
- 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)
2025-11-27 09:21:11 +00:00
..
logging.go chore: remove dead code and unused files 2025-11-27 00:05:04 +00:00
logging_test.go style: fix additional staticcheck warnings 2025-11-27 09:21:11 +00:00