diff options
| author | 2026-05-18 07:00:08 +0000 | |
|---|---|---|
| committer | 2026-05-18 07:00:08 +0000 | |
| commit | cbb50fb66c4a7c628574be01151046ca201de948 (patch) | |
| tree | d3a8cee2d50a0b22c0f0ed647cd9442b9f66a06d /common/doc.go | |
| parent | ci: Remove gosec exclusions (diff) | |
| signature | No signature | |
common: Rewrap documentation
Diffstat (limited to 'common/doc.go')
| -rw-r--r-- | common/doc.go | 12 |
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 |
