func github.com/sergi/go-diff/diffmatchpatch.lastIndexOf

2 uses

	github.com/sergi/go-diff/diffmatchpatch (current package)
		match.go#L49: 		bestLoc = lastIndexOf(text, pattern, loc+len(pattern))
		stringutil.go#L41: func lastIndexOf(str string, pattern string, i int) int {