Skip to content

Commit 51a8e8e

Browse files
author
Julien "_FrnchFrgg_" RIVAUD
committed
Move the bytes API into its own subpackage
1 parent 5a37dcb commit 51a8e8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

difflib/difflib.go renamed to difflib/bytes/bytes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Getting unified diffs was the main goal of the port. Keep in mind this code
1414
// is mostly suitable to output text differences in a human friendly way, there
1515
// are no guarantees generated diffs are consumable by patch(1).
16-
package difflib
16+
package bytes
1717

1818
import (
1919
"bufio"

difflib/difflib_test.go renamed to difflib/bytes/bytes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package difflib
1+
package bytes
22

33
import (
44
"bytes"

0 commit comments

Comments
 (0)