diff
diff copied to clipboard
Quick'n'easy string diffs for Golang, mainly for diffing strings in tests
Results
1
diff issues
Sort by
recently updated
recently updated
newest added
I have a dream: ```go differs := diff.LineDiffNoWhitespace(expected, actual) ```