61262ad98e
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> |
||
---|---|---|
.. | ||
test-fixtures | ||
constants.go | ||
file_checks.go | ||
file_checks_test.go | ||
file_checks_unix.go | ||
file_checks_windows.go | ||
helpers.go | ||
helpers_test.go | ||
mock_storage_backend.go | ||
os_common.go | ||
os_openbsd_arm.go | ||
os_unix.go | ||
os_windows.go | ||
output.go | ||
raft_checks.go | ||
storage_checks.go | ||
storage_checks_test.go | ||
tls_verification.go | ||
tls_verification_test.go |