We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb7d10 commit a77cab6Copy full SHA for a77cab6
difflib/difflib.go
@@ -1,5 +1,6 @@
1
-// Package difflib is a partial port of Python difflib module. It provides tools
2
-// to compare sequences of strings and generate textual diffs.
+// Package difflib is a partial port of Python difflib module.
+//
3
+// It provides tools to compare sequences of strings and generate textual diffs.
4
//
5
// The following class and functions have been ported:
6
0 commit comments