mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2026-05-04 14:21:39 +02:00
- Fix import ordering in lballoc.go (gofmt)
- Replace static fmt.Errorf with errors.New across multiple files (perfsprint)
- Replace fmt.Sprintf string-only calls with concatenation (perfsprint)
- Replace fmt.Sprint(int) with strconv.Itoa/FormatUint (perfsprint)
- Replace fmt.Sprintf("%x") with hex.EncodeToString (perfsprint)
- Lowercase capitalized error strings to follow Go conventions (staticcheck ST1005)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>