open-vault/vault/diagnose
Eng Zer Jun 61262ad98e
refactor: replace strings.Replace with strings.ReplaceAll (#15392)
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-08-03 15:22:48 -04:00
..
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