moby--moby/builder/dockerfile
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
..
buildargs.go
buildargs_test.go
builder.go
builder_unix.go
builder_windows.go
containerbackend.go
copy.go
copy_test.go
copy_unix.go
copy_windows.go
dispatchers.go
dispatchers_test.go
dispatchers_unix.go
dispatchers_unix_test.go
dispatchers_windows.go all: replace strings.Replace with strings.ReplaceAll 2022-05-09 19:45:40 +08:00
dispatchers_windows_test.go
evaluator.go
evaluator_test.go
imagecontext.go
imagecontext_test.go
imageprobe.go
internals.go
internals_linux.go
internals_linux_test.go
internals_test.go
internals_windows.go
internals_windows_test.go
metrics.go
mockbackend_test.go
utils_test.go