func internal/lazyregexp.New

4 uses

	internal/lazyregexp (current package)
		lazyre.go#L71: func New(str string) *Regexp {

	go/doc
		example.go#L114: var outputPrefix = lazyregexp.New(`(?i)^[[:space:]]*(unordered )?output:`)
		reader.go#L491: 	noteMarkerRx  = lazyregexp.New(`^[ \t]*` + noteMarker)      // MARKER(uid) at text start
		reader.go#L492: 	noteCommentRx = lazyregexp.New(`^/[/*][ \t]*` + noteMarker) // MARKER(uid) at comment start