aboutsummaryrefslogtreecommitdiff
path: root/object/tag/tag.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 18:38:47 +0000
committerGravatar Runxi Yu2026-03-29 18:39:29 +0000
commit02c78ff5025297b18f96e6741c2df38b7fe8849d (patch)
treefd23e80240b58090a96a18fe12e5665de713e48b /object/tag/tag.go
parentROADMAP: Updates (diff)
signatureNo signature
*: Update docs v0.1.151
Diffstat (limited to 'object/tag/tag.go')
-rw-r--r--object/tag/tag.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/object/tag/tag.go b/object/tag/tag.go
index 60c3a67a..e01f8ac9 100644
--- a/object/tag/tag.go
+++ b/object/tag/tag.go
@@ -1,4 +1,9 @@
-// Package tag provides representations, parsers, and serializers for tag objects.
+// Package tag provides parsed annotated tag objects and tag serialization.
+//
+// It parses annotated tags into ordinary Go values for reading and
+// construction. It does not preserve the exact original byte layout needed for
+// signature verification; callers that need signature-verification payload
+// fidelity should use [codeberg.org/lindenii/furgit/object/signed/tag].
package tag
import (