storage/pkg/regexp
Nalin Dahyabhai 7d87965738 pkg/regexp: make sure that &Regexp implements the interfaces
Making our exported Regexp type a pointer breaks code that expects to be
able to take its address and call methods on the result.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2023-06-27 11:23:17 -04:00
..
regexp.go pkg/regexp: make sure that &Regexp implements the interfaces 2023-06-27 11:23:17 -04:00
regexp_dontprecompile.go Create pkg/regexp to better handle init regex 2023-01-12 13:19:47 -05:00
regexp_precompile.go Create pkg/regexp to better handle init regex 2023-01-12 13:19:47 -05:00
regexp_test.go pkg/regexp: make sure that &Regexp implements the interfaces 2023-06-27 11:23:17 -04:00