Azure / go-amqp

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

Make frame type a typed constant #234

Closed jhendrixMSFT closed 1 year ago

jhendrixMSFT commented 1 year ago

Added fmt.Stringer support. Removed duplicate definition from mocks package.

richardpark-msft commented 1 year ago

Ooooh, this is an interesting one! Reviewing...

jhendrixMSFT commented 1 year ago

Just some pretty-printing that the logging clean-up will take advantage of.