adjust / rmq

Message queue system written in Go and backed by Redis
MIT License
1.57k stars 206 forks source link

make state in test_delivery public #11

Closed NeoHuang closed 8 years ago

NeoHuang commented 8 years ago

if state in test_delivery.go is private, you need to pass TestDelivery.State as int in function parameter when you use it outside the package.

this PR make rmq.State public.

NeoHuang commented 8 years ago

updated

wellle commented 8 years ago

Looks good, thanks!