moby--moby/volume/service
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
..
opts
by.go
convert.go api/types: rename volume.VolumeUsageData to volume.UsageData 2022-04-28 22:39:10 +02:00
db.go
db_test.go
default_driver.go
default_driver_stubs.go
errors.go filters: lowercase error 2022-03-18 09:44:53 +01:00
restore.go
restore_test.go
service.go api/types: replace uses of deprecated types.Volume with volume.Volume 2022-04-21 19:50:59 +02:00
service_linux_test.go
service_test.go
store.go
store_test.go all: replace strings.Replace with strings.ReplaceAll 2022-05-09 19:45:40 +08:00
store_unix.go
store_windows.go