ChimeraCoder / anaconda

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

Tiny typo fix in streaming.go #189

Closed jbarratt closed 7 years ago

jbarratt commented 7 years ago

I noticed while using the library that it logged "Listenning" with 2 ns.

ChimeraCoder commented 7 years ago

Hm, looks like the oauth library got updated to use some stdlib additions from Go 1.6+. I'll take a look and see if we can either pin those out, or if we'll have to drop our builds for 1.4 and 1.5. So the test failures here are unrelated to the pull request.

(In any case, thanks for the patch!)

muesli commented 7 years ago

@ChimeraCoder: LGTM. Tests should be fixed, too, since we dropped 1.4 and 1.5 support now.