mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
7eafe024af
Signed-off-by: Denys Smirnov <denys@sourced.tech>
10 lines
173 B
Cheetah
10 lines
173 B
Cheetah
package data
|
|
|
|
import "gopkg.in/toqueteos/substring.v1"
|
|
|
|
var DocumentationMatchers = substring.Or(
|
|
{{range $regexp := . -}}
|
|
substring.Regexp(`{{ $regexp }}`),
|
|
{{end -}}
|
|
)
|