shithub: furgit

ref: 3ce59c3248dec0eb0f918c42f37f53bc2ac20425
dir: /object/doc.go/

View raw version
// Package object provides the shared [Object] interface and parsing functions
// for Git object values.
//
// Concrete object forms such as [blob], [tree], [commit], and [tag] live in
// subpackages. Use [codeberg.org/lindenii/furgit/object/stored] when object
// values need to be paired with the object IDs they were loaded under.
package object