1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/osl
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
..
kernel all: replace strings.Replace with strings.ReplaceAll 2022-05-09 19:45:40 +08:00
interface_freebsd.go
interface_linux.go
interface_windows.go
namespace_linux.go refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
namespace_unsupported.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
namespace_windows.go
neigh_freebsd.go
neigh_linux.go
neigh_windows.go
options_linux.go
route_linux.go
sandbox.go
sandbox_freebsd.go
sandbox_linux_test.go
sandbox_unsupported.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
sandbox_unsupported_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00