mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
7873c27cfb
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> |
||
---|---|---|
.. | ||
lcow_parser.go | ||
lcow_parser_test.go | ||
linux_parser.go | ||
linux_parser_test.go | ||
mounts.go | ||
parser.go | ||
parser_test.go | ||
validate.go | ||
validate_test.go | ||
validate_unix_test.go | ||
validate_windows_test.go | ||
volume_copy.go | ||
volume_unix.go | ||
volume_windows.go | ||
windows_parser.go | ||
windows_parser_test.go |