Azure / azure-event-hubs-go

Golang client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs
MIT License
88 stars 69 forks source link

*amqp.Sender renamed ID() to LinkName() #238

Closed richardpark-msft closed 2 years ago

richardpark-msft commented 2 years ago

The ID() field has been renamed to LinkName() in the latest go-amqp. This just adjusts the interface to match and adds in a simple compile-time test to catch it.