mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-01 00:41:40 +01:00
Struct MetaValue has methods on both value and pointer receivers. Such usage is not recommended by the Go Documentation. Modifies the receiver usage. Variable config collides with imported package name. Renames the variable config. Removes a redundant alias. Empty slice declaration uses a literal. Replaces with nil slice declaration. Signed-off-by: Nanfei Chen <chennanfei@yeah.net> Signed-off-by: Dmitriy Matrenichev <dmitry.matrenichev@siderolabs.com>