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 Checking Validity of all Certs in the chain [VAULT-2114] (#11883) 2021-06-22 16:23:55 -04:00
constants.go removing prem/pro references as part of removing some build targets (#15278) 2022-05-06 09:09:42 -04:00
file_checks.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
file_checks_test.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
file_checks_unix.go Vault 3992 ToB Config and Plugins Permissions (#14817) 2022-04-04 09:45:41 -07:00
file_checks_windows.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
helpers.go Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
helpers_test.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
mock_storage_backend.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
os_common.go Update gopsutil to v3 to fix MacOS deprecation warnings (#16321) 2022-07-20 16:37:10 -07:00
os_openbsd_arm.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
os_unix.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
os_windows.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
output.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
raft_checks.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
storage_checks.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
storage_checks_test.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
tls_verification.go refactor: replace strings.Replace with strings.ReplaceAll (#15392) 2022-08-03 15:22:48 -04:00
tls_verification_test.go Move to go 1.17 (#12868) 2021-10-21 09:32:03 -04:00