intercom / intercom-go

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

Use time.Time instead of int32 #35

Closed f2prateek closed 8 years ago

f2prateek commented 8 years ago

e.g. in the SignedUpAt field in the User struct https://godoc.org/github.com/intercom/intercom-go#User

josler commented 8 years ago

We went for int64 in the v2/ branch - hoping to keep the client very thin here (int32 isn't right though)

dolmen commented 5 years ago

Eagerly waiting for v3...