blob: 5822de109530648e31e388b55b2727c9a85c2578 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// 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 [lindenii.org/go/furgit/object/signed/tag].
package tag
|