go-tlv icon indicating copy to clipboard operation
go-tlv copied to clipboard

Light TLV Decoder Library for Go

Results 3 go-tlv issues
Sort by recently updated
recently updated
newest added

Add GetVariantArray to parse the value as an array. All nodes in the array have individual tag. Add GetArray to parse the value as an array. All nodes in the...

rename DecodeBytes to DecodeAll rename Node.String to Node.Base64 Currently we have DecodeSingle and DecodeBytes, but it ambiguous to users that the DecodeBytes is actually DecodeAll, and DecodeSingle can also decode...

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.3. Commits 4c93d8f EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 4b2f4d2 add EventuallyWithT assertion (#1264) b3106d7 allow testing for functional options (#1023) 437071b...

dependencies