open-vault/physical/spanner
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
..
spanner.go refactor: replace strings.Replace with strings.ReplaceAll (#15392) 2022-08-03 15:22:48 -04:00
spanner_ha.go physical: deprecate errwrap.Wrapf() (#11692) 2021-05-31 12:54:05 -04:00
spanner_ha_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
spanner_test.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00