aboutsummaryrefslogtreecommitdiff
path: root/common/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/doc.go')
-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