Closed NeoHuang closed 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.
state
test_delivery.go
TestDelivery.State
int
this PR make rmq.State public.
rmq.State
updated
Looks good, thanks!
if
state
intest_delivery.go
is private, you need to passTestDelivery.State
asint
in function parameter when you use it outside the package.this PR make
rmq.State
public.