Skip to content

Commit

Permalink
docs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetha-manvinkurke authored Jul 16, 2021
1 parent 7b23345 commit c339de7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ apis.
package main

import (
"encoding/json"
"fmt"
"github.com/twilio/twilio-go"
openapi "github.com/twilio/twilio-go/rest/api/v2010"
Expand All @@ -353,7 +352,7 @@ func main() {
params.SetPageSize(20)
limit := 100

resp, err := client.ApiV2010.ListMessage(params, limit)
resp, _ := client.ApiV2010.ListMessage(params, limit)
for record := range resp {
fmt.Println("Body: ", *resp[record].Body)
}
Expand Down

0 comments on commit c339de7

Please sign in to comment.