moby--moby/testutil/environment
Eng Zer Jun 7873c27cfb
all: replace strings.Replace with strings.ReplaceAll
strings.ReplaceAll(s, old, new) is a wrapper function for
strings.Replace(s, old, new, -1). But strings.ReplaceAll is more
readable and removes the hardcoded -1.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-05-09 19:45:40 +08:00
..
clean.go API-client: remove unused ContainerListOptions.Quiet field 2021-05-04 16:01:22 +02:00
environment.go all: replace strings.Replace with strings.ReplaceAll 2022-05-09 19:45:40 +08:00
protect.go Dockerfile: frozen images: update to bullseye, remove buildpack-dep 2021-08-20 18:23:06 +02:00