mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 07:49:27 +00:00
strings has a specific function to replace all matches. We should use that one instead of strings.Replace(string, old, new string, -1) Signed-off-by: Manuel Buil <mbuil@suse.com>