cioc / tokbox

Tokbox Server SDK for Golang
4 stars 5 forks source link

cleanup & streaming decode #1

Closed liamstask closed 10 years ago

liamstask commented 10 years ago

just run go fmt to get the code into a standard format, and switched over to using the streaming xml decoder to avoid copying the entire response into memory. tests are passing for me.

cioc commented 10 years ago

I will look at this today. Sounds good from a quick glance.

cioc commented 10 years ago

Thanks for Improving the code!