intercom / intercom-go

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

Use v2 imports everywhere #31

Closed bfontaine closed 8 years ago

bfontaine commented 8 years ago

This ensures the v2 code references v2 code only.

josler commented 8 years ago

Thanks!

mhemmings commented 7 years ago

@josler This needs reverting. Imports like this are bad practice. In fact, the library fails to build when vendoring packages using Golang's ./vendor directory.

mhemmings commented 7 years ago

https://github.com/intercom/intercom-go/pull/60