aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-18 07:00:08 +0000
committerGravatar Runxi Yu2026-05-18 07:00:08 +0000
commitcbb50fb66c4a7c628574be01151046ca201de948 (patch)
treed3a8cee2d50a0b22c0f0ed647cd9442b9f66a06d
parentci: Remove gosec exclusions (diff)
signatureNo signature
common: Rewrap documentation
-rw-r--r--common/doc.go12
1 files changed, 8 insertions, 4 deletions
diff --git a/common/doc.go b/common/doc.go
index 6316059f..5895ae50 100644
--- a/common/doc.go
+++ b/common/doc.go
@@ -1,7 +1,11 @@
-// Package common encapsulates various helper packages not directly related to Git.
+// Package common encapsulates various helper packages
+// not directly related to Git.
//
-// Only those with APIs intended to be used by external modules and consumers,
-// such as those providing IO-related interfaces, belong here.
-// Internal-only helper packages belong in [codeberg.org/lindenii/furgit/internal]
+// Only those with APIs intended to be used
+// by external modules and consumers,
+// such as those providing IO-related interfaces,
+// belong here.
+// Internal-only helper packages
+// belong in [codeberg.org/lindenii/furgit/internal]
// or other internal packages.
package common