Skip to content

Commit

Permalink
Fix readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Nov 19, 2018
1 parent 8c16cc3 commit 395a6c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func main() {

if err != nil {
log.Fatal("Could not request version ", err)
return
}
version := versionResponse.Payload
log.Println("Found version", version.Version)
Expand All @@ -43,6 +44,7 @@ func main() {

if err != nil {
log.Fatal("Could not send message ", err)
return
}
log.Println("Message Sent!")
}
Expand Down

0 comments on commit 395a6c1

Please sign in to comment.