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

3 uses

	github.com/sergi/go-diff/diffmatchpatch (current package)
		diff.go#L422: 		lineEnd = indexOf(text, "\n", lineStart)
		match.go#L44: 	bestLoc := indexOf(text, pattern, loc)
		stringutil.go#L26: func indexOf(str string, pattern string, i int) int {