const regexp/syntax.EmptyEndLine

7 uses

	regexp/syntax (current package)
		compile.go#L118: 		return c.empty(EmptyEndLine)
		prog.go#L67: 	EmptyEndLine
		prog.go#L95: 		op |= EmptyEndLine
		prog.go#L97: 		op |= EmptyEndText | EmptyEndLine
		prog.go#L270: 	case EmptyEndLine:

	regexp
		exec.go#L149: 	if op&syntax.EmptyEndLine != 0 {
		exec.go#L153: 		op &^= syntax.EmptyEndLine