ref: 3c61d27c921e62ad11282c9f1283af1611bf0b82
parent: 063179e197b341db541b367ebfdf2c7cbd8bf5f9
author: Runxi Yu <me@runxiyu.org>
date: Fri Jan 30 05:25:11 EST 2026
diffbytes: Add package-level doc-comment
--- 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"
--
⑨