moov-io / iso8583

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

let Marshal accept value (not only pointer) #165

Closed alovak closed 2 years ago

alovak commented 2 years ago

What:

Why: Switching to Marshal from SetData will be painless if we support the same behavior by accepting both struct and pointer to struct.