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

2 uses

	github.com/sergi/go-diff/diffmatchpatch (current package)
		diffmatchpatch.go#L35: func New() *DiffMatchPatch {

	github.com/go-git/go-git/v5/utils/diff
		diff.go#L33: 	dmp := diffmatchpatch.New()