ax(ueps): remove prose line from tlvError comment, keep usage example
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run

Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
Claude 2026-04-02 08:23:19 +01:00
parent b0dcb18d76
commit 3aa83c3e2b
No known key found for this signature in database
GPG key ID: AF404715446AEB41

View file

@ -12,7 +12,6 @@ import (
// if errors.Is(err, errTLVValueTooLarge) { /* value exceeded 255-byte TLV length limit */ }
var errTLVValueTooLarge = tlvError("TLV value too large for 1-byte length header")
// tlvError is a sentinel error type for TLV encoding violations.
// writeTLV(buf, TagPayload, oversized) → errTLVValueTooLarge
type tlvError string