commit | ae095f0130a0c9780ad8ff560a9106a206179412 | [log] [tgz] |
---|---|---|
author | Andrew G. Morgan <morgan@kernel.org> | Sat Jul 11 21:55:46 2020 -0700 |
committer | Andrew G. Morgan <morgan@kernel.org> | Sat Jul 11 21:55:46 2020 -0700 |
tree | dd3554a6a89ca12ff9c89f68dfb7d9425b748f5a | |
parent | 7434c4e7ef45823df4907d03ad0965db8d058486 [diff] |
Use an older Go API for replacing strings strings.ReplaceAll() needlessly limits the vintage of Go compiler we can support. Use strings.Replace(..., -1) instead. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>