Skip to content

Commit

Permalink
Added writing SMS ID in the case of successful sending.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasa Spasic committed Aug 27, 2018
1 parent 015f77e commit eb66d27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@ if err != nil {
} else {
log.Errorf("Error: %s\n", err)
}
} else {
log.Printf("Sent as message ID %s with %d parts\n",
response.MsgID, response.NumParts)
}
```
```

0 comments on commit eb66d27

Please sign in to comment.