aboutsummaryrefslogtreecommitdiff
path: root/common/doc.go
blob: 6316059fc2ef1676d2cecac38abf27497497b7a0 (about) (plain) (blame)
1
2
3
4
5
6
7
// 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]
// or other internal packages.
package common