moby--moby/builder
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
..
builder-next Merge pull request #43366 from corhere/finish-identitymapping-refactor 2022-03-25 14:51:05 +01:00
dockerfile all: replace strings.Replace with strings.ReplaceAll 2022-05-09 19:45:40 +08:00
remotecontext builder/remotecontext/urlutil: simplify and improve documentation 2022-04-12 19:58:09 +02:00
builder.go daemon: daemon.ContainerKill() accept stop-signal as string 2022-05-05 11:27:47 +02:00