hanzoai / gochimp3

🐒 Golang client for MailChimp API 3.0.

Home Page:https://github.com/zeekay/gochimp3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method receivers are not using pointers causing a lot of unnecessary copying.

tw1nk opened this issue · comments

Is there a reason all methods on the structs are copying the struct instead of using pointer receivers?