mirror of
https://github.com/mudler/luet.git
synced 2025-09-08 02:29:38 +00:00
This reverts commit db8e3da01f
.
This commit is contained in:
committed by
GitHub
parent
db8e3da01f
commit
f8350a2f07
4
vendor/github.com/Masterminds/sprig/v3/regex.go
generated
vendored
4
vendor/github.com/Masterminds/sprig/v3/regex.go
generated
vendored
@@ -77,7 +77,3 @@ func mustRegexSplit(regex string, s string, n int) ([]string, error) {
|
||||
}
|
||||
return r.Split(s, n), nil
|
||||
}
|
||||
|
||||
func regexQuoteMeta(s string) string {
|
||||
return regexp.QuoteMeta(s)
|
||||
}
|
||||
|
Reference in New Issue
Block a user