diff options
| author | 2026-01-30 10:02:45 +0100 | |
|---|---|---|
| committer | 2026-01-30 10:02:45 +0100 | |
| commit | 55cd9c544a66d11b6e8fa3c654fa57d27c7c4e14 (patch) | |
| tree | c4f99b2c33d8d0e90380e4e77756e61b3db1361a | |
| parent | diffbytes: Add comments for BytesDiffChunkKind enums (diff) | |
| signature | No signature | |
diffbytes: Move to its own package v0.1.5
| -rw-r--r-- | diffbytes/diffbytes.go (renamed from diffbytes.go) | 2 | ||||
| -rw-r--r-- | diffbytes/diffbytes_test.go (renamed from diffbytes_test.go) | 2 | ||||
| -rw-r--r-- | diffbytes/unsafe.go (renamed from unsafe.go) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/diffbytes.go b/diffbytes/diffbytes.go index 2698bf55..cac79aef 100644 --- a/diffbytes.go +++ b/diffbytes/diffbytes.go @@ -1,4 +1,4 @@ -package furgit +package diffbytes import "bytes" diff --git a/diffbytes_test.go b/diffbytes/diffbytes_test.go index fe929b77..00af1881 100644 --- a/diffbytes_test.go +++ b/diffbytes/diffbytes_test.go @@ -1,4 +1,4 @@ -package furgit +package diffbytes import ( "bytes" diff --git a/unsafe.go b/diffbytes/unsafe.go index fac20230..79c215a2 100644 --- a/unsafe.go +++ b/diffbytes/unsafe.go @@ -1,4 +1,4 @@ -package furgit +package diffbytes import "unsafe" |
