moby--moby/libnetwork/drivers
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
..
bridge Fix flaky TestPortMappingV6Config 2021-11-16 09:37:34 +01:00
host libnetwork: remove unused "testutils" imports 2021-08-18 14:20:37 +02:00
ipvlan Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
macvlan Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
null libnetwork: remove unused "testutils" imports 2021-08-18 14:20:37 +02:00
overlay libnetwork/overlay:fix join sandbox deadlock 2022-03-22 11:15:14 -04:00
remote refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
windows all: replace strings.Replace with strings.ReplaceAll 2022-05-09 19:45:40 +08:00