aboutsummaryrefslogtreecommitdiff
path: root/object/object.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 09:49:21 +0000
committerGravatar Runxi Yu2026-03-29 09:49:21 +0000
commitec658d86dda3ac0e9b63635a4144c432223b9fc8 (patch)
tree8e97122edc90ed45e73de3e192addd8deadc79b1 /object/object.go
parentobject/stored: Split files and document properly (diff)
signatureNo signature
object: Split files
Diffstat (limited to 'object/object.go')
-rw-r--r--object/object.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/object/object.go b/object/object.go
index fd996c72..d1b1bc4f 100644
--- a/object/object.go
+++ b/object/object.go
@@ -1,9 +1,3 @@
-// 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
import objecttype "codeberg.org/lindenii/furgit/object/type"