diff options
| author | 2026-01-30 10:25:11 +0100 | |
|---|---|---|
| committer | 2026-01-30 10:25:11 +0100 | |
| commit | 3c61d27c921e62ad11282c9f1283af1611bf0b82 (patch) | |
| tree | 49a54deb6c1509fba3e810a31b7f19ded0219194 /diffbytes | |
| parent | pktline: Move out of internal; fix package-level doc-comment (diff) | |
| signature | No signature | |
diffbytes: Add package-level doc-comment
Diffstat (limited to 'diffbytes')
| -rw-r--r-- | diffbytes/diffbytes.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diffbytes/diffbytes.go b/diffbytes/diffbytes.go index cac79aef..ab2ee849 100644 --- a/diffbytes/diffbytes.go +++ b/diffbytes/diffbytes.go @@ -1,3 +1,4 @@ +// Package diffbytes provides routines to perform line-based diffs. package diffbytes import "bytes" |
