blob: 5895ae50e993ba5427067bb3c6f2a7670bf1bab4 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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
|