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 5a37dcb commit 51a8e8eCopy full SHA for 51a8e8e
difflib/difflib.go renamed to difflib/bytes/bytes.go
@@ -13,7 +13,7 @@
13
// Getting unified diffs was the main goal of the port. Keep in mind this code
14
// is mostly suitable to output text differences in a human friendly way, there
15
// are no guarantees generated diffs are consumable by patch(1).
16
-package difflib
+package bytes
17
18
import (
19
"bufio"
difflib/difflib_test.go renamed to difflib/bytes/bytes_test.go
@@ -1,4 +1,4 @@
1
2
3
4
"bytes"
0 commit comments