File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ client := twilio.NewClient(accountSid, authToken)
5959package main
6060import (
6161 " fmt"
62- twilio " github.com/twilio/twilio-go/client "
62+ twilio " github.com/twilio/twilio-go/twilio "
6363 openapi " github.com/twilio/twilio-go/twilio/rest/api/v2010"
6464 " os"
6565)
@@ -126,7 +126,7 @@ package main
126126
127127import (
128128 " fmt"
129- twilio " github.com/twilio/twilio-go/client "
129+ twilio " github.com/twilio/twilio-go/twilio "
130130 openapi " github.com/twilio/twilio-go/twilio/rest/api/v2010"
131131 " os"
132132)
@@ -161,7 +161,7 @@ func main() {
161161package main
162162import (
163163 " fmt"
164- twilio " github.com/twilio/twilio-go/client "
164+ twilio " github.com/twilio/twilio-go/twilio "
165165 " github.com/twilio/twilio-go/framework/error"
166166 openapi " github.com/twilio/twilio-go/twilio/rest/api/v2010"
167167 " os"
You can’t perform that action at this time.
0 commit comments