Hey there, I've made a couple of improvements to the go client library. Since creating a customer.io account these changes have been tested against go test and individually in a separate Go program. These changes aren't a big deal, and it doesn't effect the public Go API at all. It just makes the client library more idiomatic and consistent. Details are in commit messages.
Hey there, I've made a couple of improvements to the go client library. Since creating a customer.io account these changes have been tested against
go test
and individually in a separate Go program. These changes aren't a big deal, and it doesn't effect the public Go API at all. It just makes the client library more idiomatic and consistent. Details are in commit messages.