twilio / twilio-go

A Go package for communicating with the Twilio API.
MIT License
280 stars 40 forks source link

chore: use 'int' for integer types #86

Closed shwetha-manvinkurke closed 3 years ago

shwetha-manvinkurke commented 3 years ago

Replace int32 with int type

Related PR: https://github.com/twilio/twilio-oai-generator/pull/68