dad9c40c73
- 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> |
||
---|---|---|
.. | ||
apid | ||
dashboard | ||
init | ||
machined | ||
maintenance | ||
poweroff | ||
resources | ||
storaged | ||
syslogd | ||
trustd | ||
wrapperd |