talos/internal/app
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
..
apid chore: replace sync.Map with concurrent.HashTrieMap 2024-06-10 20:45:47 +03:00
dashboard fix: terminate dashboard gracefully on & switch back to tty1 2023-07-27 16:00:23 +02:00
init chore: simplify code 2024-07-08 18:14:00 +03:00
machined chore: simplify code 2024-07-08 18:14:00 +03:00
maintenance feat: support rotation of Talos API CA 2024-03-22 12:16:47 +04:00
poweroff chore: bump golangci-lint to 1.57.0 2024-03-21 01:06:53 +03:00
resources chore: drop deprecated stuff for Talos 1.5 2023-05-18 19:46:37 +04:00
storaged chore: improve link spec controller code 2024-07-05 16:39:27 +03:00
syslogd chore: simplify code 2024-07-08 18:14:00 +03:00
trustd chore: update Go to 1.22.4, other updates 2024-06-05 20:59:52 +04:00
wrapperd chore: move to containerd 2.0 API 2024-05-24 21:48:55 +04:00