open-vault/command/token
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
..
helper.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
helper_external.go refactor: replace strings.Replace with strings.ReplaceAll (#15392) 2022-08-03 15:22:48 -04:00
helper_external_test.go Fix up external token helper tests 2016-06-22 10:04:43 -04:00
helper_internal.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
helper_internal_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
helper_testing.go Add an in-mem token helper for testing 2017-10-24 09:27:19 -04:00
testing.go Make TokenHelper an interface and split exisiting functionality 2015-12-22 10:23:30 -05:00