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
..
2022-08-24 17:27:01 +03:00
2024-03-21 01:06:53 +03:00
2024-07-08 18:14:00 +03:00
2023-09-22 12:13:13 +04:00
2024-07-08 18:14:00 +03:00
2023-06-14 15:08:31 +04:00
2024-03-21 01:06:53 +03:00
2024-03-21 01:06:53 +03:00
2024-07-08 18:14:00 +03:00
2023-03-15 22:17:52 +04:00
2023-03-30 23:39:38 +04:00
2024-07-08 18:14:00 +03:00
2023-10-12 16:24:02 +04:00
2024-03-19 18:28:46 +03:00