talos/internal
Dmitriy Matrenichev dad9c40c73
chore: simplify code
- replace `interface{}` with `any` using `gofmt -r 'interface{} -> any -w'`
- replace `a = []T{}` with `var a []T` where possible.
- replace `a = []T{}` with `a = make([]T, 0, len(b))` where possible.

Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>
2024-07-08 18:14:00 +03:00
..
app chore: simplify code 2024-07-08 18:14:00 +03:00
integration chore: simplify code 2024-07-08 18:14:00 +03:00
pkg chore: simplify code 2024-07-08 18:14:00 +03:00