Problem: Mailchimp limits you to 1000 entrys at a time, but provides an offset to get the rest.
Solution: In a loop, handle changing the offset so we can collect everything into an array and get the details we need.
- Requires gochimp3
fmt.Println("[Pulling Data From Mailchimp]")
mailchimpListTotalItems, err := mailchimpConnection.NewListResponse("XXXXXXXX").GetMembers(
&gochimp3.InterestCategoriesQueryParams{