aboutsummaryrefslogtreecommitdiff
path: root/common/doc.go
blob: 40e72da8520fd4a1bdeece53bc5cd0cb6b508ea8 (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 [lindenii.org/go/furgit/internal]
// or other internal packages.
package common