Closed objectfox closed 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.
Thanks! Merged into master as eca4dfc90a6bd2039af094bfd3d1d153376b29cf.
master
Creating TwitterApi structs without calling .Close() on them can result in goroutine leaks in long-running applications. This documentation change highlights that case.