fix(fsp): fix conflicting x modifiers in abstractions
This commit is contained in:
parent
e3545cc3bb
commit
df21886965
3 changed files with 20 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ func RemoveDuplicate[T comparable](inlist []T) []T {
|
|||
}
|
||||
|
||||
// ToRegexRepl convert slice of regex into a slice of RegexRepl
|
||||
func ToRegexRepl(in []string) []RegexRepl {
|
||||
func ToRegexRepl(in []string) RegexReplList {
|
||||
out := make([]RegexRepl, 0)
|
||||
idx := 0
|
||||
for idx < len(in)-1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue