We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beeda3d commit b54d341Copy full SHA for b54d341
go/README.md
@@ -23,8 +23,8 @@ Code examples are executed via `go run`:
23
24
[Tutorial three: Publish/Subscribe](http://www.rabbitmq.com/tutorial-three-python.html)
25
26
- go run receive_logs.go hello world
27
- go run emit_log.go
+ go run receive_logs.go
+ go run emit_log.go hello world
28
29
[Tutorial four: Routing](http://www.rabbitmq.com/tutorial-four-python.html)
30
0 commit comments