We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba0ce24 + f21f5bc commit 936e03fCopy full SHA for 936e03f
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