diff options
| author | 2026-04-02 07:16:07 +0000 | |
|---|---|---|
| committer | 2026-04-02 07:16:07 +0000 | |
| commit | fbb0b06af2e2c1a2645d33b1631821d7d99a8812 (patch) | |
| tree | 44a6faea56941421145ca9212dff29fa74030523 | |
| parent | common/iowrap: Add (diff) | |
| signature | No signature | |
common: Document
| -rw-r--r-- | common/doc.go | 2 |
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 |
