ChimeraCoder / anaconda

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

Remove support for Go <=1.5 #194

Closed ChimeraCoder closed 7 years ago

ChimeraCoder commented 7 years ago

The OAuth library now requires Go 1.6+. Because this is a library, it's bad form to vendor, so rather than pinning, we might as well drop support for Go 1.5 and earlier.

At the same time, we should include a note in the README and update the version tags.