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
commit
203c0f81f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +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))


Loading…
Cancel
Save