aboutsummaryrefslogtreecommitdiff
path: root/format/packfile/doc.go
blob: cd4aacfc7168fd4e84ee5021e0314db9ecf9f17f (about) (plain) (blame)
1
2
3
4
5
// Package packfile provides Git packfile format parsing primitives.
package packfile

// TODO: This could probably be moved into object/store/packed when we get the pack ingestion semantics right?
// Oh, wait, the other stores might still want pack constants like we provide here.