This commit is contained in:
Michael Klishin 2013-10-18 00:10:46 +04:00
parent beeda3df14
commit b54d3411fe

View File

@ -23,8 +23,8 @@ Code examples are executed via `go run`:
[Tutorial three: Publish/Subscribe](http://www.rabbitmq.com/tutorial-three-python.html)
go run receive_logs.go hello world
go run emit_log.go
go run receive_logs.go
go run emit_log.go hello world
[Tutorial four: Routing](http://www.rabbitmq.com/tutorial-four-python.html)