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
..
2023-08-24 17:43:36 +05:30
2024-03-21 01:06:53 +03:00
2024-07-08 14:06:45 +04:00
2023-08-25 01:05:41 +04:00
2024-06-24 20:15:45 +03:00
2024-05-24 21:48:55 +04:00
2024-04-04 21:21:39 +04:00
2022-11-03 16:50:32 +04:00
2023-08-07 22:28:58 +03:00
2024-04-24 18:35:39 +04:00
2023-05-31 18:38:05 +04:00
2023-05-31 18:38:05 +04:00
2023-09-05 19:29:50 +05:30
2024-06-18 18:38:21 +05:30
2024-03-21 01:06:53 +03:00
2024-04-01 22:08:02 +04:00
2024-06-03 17:20:42 +04:00
2024-03-21 01:06:53 +03:00
2023-08-25 01:05:41 +04:00
2023-11-30 22:58:16 +04:00
2023-11-30 22:58:16 +04:00
2024-04-02 17:16:59 +05:30
2024-06-10 18:00:06 +04:00
2024-03-21 01:06:53 +03:00
2024-04-08 23:33:22 +04:00
2024-07-08 18:14:00 +03:00
2023-08-24 17:43:36 +05:30
2024-04-04 21:21:39 +04:00
2022-11-03 16:50:32 +04:00
2024-06-11 15:17:52 +04:00
2024-05-28 16:46:04 +04:00