intercom / intercom-go

Go Bindings For Intercom
https://developers.intercom.io/reference
Other
70 stars 78 forks source link

Company.RemoteCreatedAt: use an int64 #20

Closed bfontaine closed 8 years ago

bfontaine commented 8 years ago

This fixes #19. You might want to use int64 everywhere too.

josler commented 8 years ago

Hey @bfontaine, thanks for this!

I'm working on a bunch of changes to this library in the v2 branch. Could you please make this PR merge into that instead (as it's a breaking change)? I'll also update to use int64 more generally.

Cheers.

bfontaine commented 8 years ago

Done, see #28.