streadway / amqp

Go client for AMQP 0.9.1
http://godoc.org/github.com/streadway/amqp
BSD 2-Clause "Simplified" License
4.88k stars 621 forks source link

print validate not support type #404

Closed xieyanker closed 5 years ago

xieyanker commented 5 years ago

if argument of validateField function is not supported type, such as uint32, I got: table field "x-message-ttl" value %!t(uint32=300000) not supported, now I fix it and print actually type: table field "x-message-ttl" value uint32 not supported.

michaelklishin commented 5 years ago

Thank you!