Browse Source
Merge pull request #69 from ardinusawan/patch-1
Update README.md
pull/73/head
Lane Wagner
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
README.md
|
|
|
@ -121,6 +121,7 @@ if err != nil { |
|
|
|
log.Fatal(err) |
|
|
|
} |
|
|
|
|
|
|
|
returns := publisher.NotifyReturn() |
|
|
|
go func() { |
|
|
|
for r := range returns { |
|
|
|
log.Printf("message returned from server: %s", string(r.Body)) |
|
|
|
|