ax(ueps): remove prose line from tlvError comment, keep usage example
Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
parent
b0dcb18d76
commit
3aa83c3e2b
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue