Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756e6b7 commit 0a1a770Copy full SHA for 0a1a770
go/README.md
@@ -37,8 +37,8 @@ Code examples are executed via `go run`:
37
38
[Tutorial five: Topics](http://www.rabbitmq.com/tutorial-five-python.html)
39
40
- go run receive_logs_topic.go info warn
41
- go run emit_log_topic.go warn "a warning"
+ go run receive_logs_topic.go "kern.*" "*.critical"
+ go run emit_log_topic.go kern.critical "A critical kernel error"
42
43
[Tutorial six: RPC](http://www.rabbitmq.com/tutorial-six-python.html)
44
0 commit comments