mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-12 22:42:23 +00:00
14 lines
358 B
Cheetah
14 lines
358 B
Cheetah
package enry
|
|
|
|
// CODE GENERATED AUTOMATICALLY WITH gopkg.in/src-d/enry.v1/internal/code-generator
|
|
// THIS FILE SHOULD NOT BE EDITED BY HAND
|
|
// Extracted from github/linguist commit: {{ getCommit }}
|
|
|
|
import "gopkg.in/toqueteos/substring.v1"
|
|
|
|
var documentationMatchers = substring.Or(
|
|
{{range $regexp := . -}}
|
|
substring.Regexp(`{{ $regexp }}`),
|
|
{{end -}}
|
|
)
|