This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
go-rabbitmq
mirror of
https://github.com/wagslane/go-rabbitmq
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
33
Wiki
Activity
Browse Source
Merge pull request
#69
from ardinusawan/patch-1
Update README.md
pull/73/head
Lane Wagner
4 years ago
committed by
GitHub
parent
c7ca027e4b
020b5b4ed5
commit
203c0f81f2
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
README.md
+ 1
- 0
README.md
View File
@ -121,6 +121,7 @@ if err != nil {
log.Fatal(err)
log.Fatal(err)
}
}
returns := publisher.NotifyReturn()
go func() {
go func() {
for r := range returns {
for r := range returns {
log.Printf("message returned from server: %s", string(r.Body))
log.Printf("message returned from server: %s", string(r.Body))
Write
Preview
Loading…
Cancel
Save