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 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
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