aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-04-02 07:16:07 +0000
committerGravatar Runxi Yu2026-04-02 07:16:07 +0000
commitfbb0b06af2e2c1a2645d33b1631821d7d99a8812 (patch)
tree44a6faea56941421145ca9212dff29fa74030523
parentcommon/iowrap: Add (diff)
signatureNo signature
common: Document
-rw-r--r--common/doc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/doc.go b/common/doc.go
new file mode 100644
index 00000000..1f685411
--- /dev/null
+++ b/common/doc.go
@@ -0,0 +1,2 @@
+// Package common encapsulates various helper packages not directly related to Git.
+package common