We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27fcbb commit f21f5bcCopy full SHA for f21f5bc
README.md
@@ -57,6 +57,7 @@ would output:
57
Differ has been implemented primarily for the Compare() function at this time.
58
59
```Go
60
+diff := difflib.NewDiffer()
61
out, err := diff.Compare(
62
[]string{"foo\n", "bar\n", "baz\n"},
63
[]string{"foo\n", "bar1\n", "asdf\n", "baz\n"})
0 commit comments