From 02c78ff5025297b18f96e6741c2df38b7fe8849d Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 18:38:47 +0000 Subject: *: Update docs --- object/tag/tag.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'object/tag') 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 ( -- cgit v1.3.1-10-gc9f91