moov-io / iso8583

A golang implementation to marshal and unmarshal iso8583 message.
https://moov.io
Apache License 2.0
304 stars 100 forks source link

add binary prefix #210

Closed alovak closed 1 year ago

alovak commented 1 year ago

We have a binary prefix, but variable length binary prefix (L-LLLL) implementation is missing. This PR adds it.