GitXplorerGitXplorer
a

go-diff

public
4 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
97f7540bc01a57c2a73432a22ee2936205238946

Merge pull request #1 from hugmouse/main

aatombender committed 4 years ago
Verified
d02a8f7524d0215c74f71f4a838fbe469e13baee

Fix test cases

hhugmouse committed 4 years ago
Verified
70b4d3292d24d327152d4cde2042c67a4b0abc5c

First commit.

aatombender committed 4 years ago

README

The README file for this repository.

go-diff

Example:

hunks := diff.Diff(
  []string{"aaa", "bbb", "aaa", "ccc", "xxx"},
  []string{"aaa", "ccc", "ddd", "ccc", "zzz"},
)