clearbit / clearbit-go

Go bindings for Clearbit
MIT License
12 stars 11 forks source link

PersonCompany unmarshalling error #17

Closed philipithomas closed 6 years ago

philipithomas commented 6 years ago

I'm getting this error while unmarshalling a company right now:

json: cannot unmarshal string into Go struct field .estimatedAnnualRevenue of type int

philipithomas commented 6 years ago

Fixed on master already