open-vault/helper/pgpkeys
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
..
encrypt_decrypt.go helper: deprecate errwrap.Wrapf() (#11556) 2021-05-07 08:53:20 -04:00
flag.go helper: deprecate errwrap.Wrapf() (#11556) 2021-05-07 08:53:20 -04:00
flag_test.go refactor: replace strings.Replace with strings.ReplaceAll (#15392) 2022-08-03 15:22:48 -04:00
keybase.go helper: deprecate errwrap.Wrapf() (#11556) 2021-05-07 08:53:20 -04:00
keybase_test.go Update tests to reflect new HC public pgp keys. (#11446) 2021-04-23 12:32:46 -04:00
test_keys.go Add the ability to generate root tokens via unseal keys. 2016-01-19 18:28:10 -05:00