ChimeraCoder / anaconda

A Go client library for the Twitter 1.1 API
MIT License
1.14k stars 247 forks source link

Update README to highlight .Close() functionality. #104

Closed objectfox closed 9 years ago

objectfox commented 9 years ago

Creating TwitterApi structs without calling .Close() on them can result in goroutine leaks in long-running applications. This documentation change highlights that case.

ChimeraCoder commented 9 years ago

Thanks! Merged into master as eca4dfc90a6bd2039af094bfd3d1d153376b29cf.