Azure / go-amqp

AMQP 1.0 client library for Go.
https://github.com/Azure/go-amqp
MIT License
110 stars 58 forks source link

Add Null type for sending an AMQP null #336

Closed jhendrixMSFT closed 2 months ago

jhendrixMSFT commented 2 months ago

Fixes https://github.com/Azure/go-amqp/issues/332

Gsantomaggio commented 2 months ago

It works :). Thanks a lot.