belong-inc / go-hubspot

HubSpot API Go client
Apache License 2.0
35 stars 26 forks source link

issue4 fix method receiver type #5

Closed kk-no closed 2 years ago

kk-no commented 2 years ago

What to do

modify receiver type and add nil check. I have also added a unit test for the relevant section.

Background

https://github.com/belong-inc/go-hubspot/issues/4

Acceptance criteria

No panic on nil calls.