mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-25 08:41:16 -03:00
10 lines
166 B
Cheetah
10 lines
166 B
Cheetah
package data
|
|
|
|
import "gopkg.in/toqueteos/substring.v1"
|
|
|
|
var VendorMatchers = substring.Or(
|
|
{{range $regexp := . -}}
|
|
substring.Regexp(`{{ $regexp }}`),
|
|
{{end -}}
|
|
)
|