From cbb50fb66c4a7c628574be01151046ca201de948 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 18 May 2026 07:00:08 +0000 Subject: common: Rewrap documentation --- common/doc.go | 12 ++++++++---- 1 file 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 -- cgit v1.3.1-10-gc9f91