gopkg.in/src-d/enry.v1@v1.7.3/internal/code-generator/assets/vendor.go.tmpl (about)

     1  package data
     2  
     3  import "gopkg.in/toqueteos/substring.v1"
     4  
     5  var VendorMatchers = substring.Or(
     6  	{{range $regexp := . -}}
     7  	substring.Regexp(`{{ $regexp }}`),
     8  	{{end -}}
     9  )