ibm-messaging / mq-golang

Calling IBM MQ from Go applications
Apache License 2.0
168 stars 60 forks source link

Int32fix #84

Closed sasbury closed 5 years ago

sasbury commented 5 years ago

Please ensure all items are complete before opening.

What

Minor update for readme, Darwin needs dash for rpath Fixed issue with int16 being used on int32 header conversions

Wasn't sure if this was worth putting in the changelog.

How

Noticed the conversion was turning int32 into int16, and replaced the types.

Testing

Existing tests pass, no new tests added. Tests in dependent repo pass.

Issues

https://github.com/ibm-messaging/mq-golang/issues/83