2017-06-08 10:28:36 +00:00
|
|
|
package data
|
2017-04-10 09:30:23 +00:00
|
|
|
|
|
|
|
import "gopkg.in/toqueteos/substring.v1"
|
|
|
|
|
2017-06-08 10:28:36 +00:00
|
|
|
var DocumentationMatchers = substring.Or(
|
2017-04-10 09:30:23 +00:00
|
|
|
{{range $regexp := . -}}
|
|
|
|
substring.Regexp(`{{ $regexp }}`),
|
|
|
|
{{end -}}
|
|
|
|
)
|