ChimeraCoder / anaconda

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

Update docs for timeline methods with links #212

Closed bouk closed 6 years ago

bouk commented 6 years ago

This updates timeline.go to break a broken link, and I've added some docs for the other methods as well while I was working on it.

muesli commented 6 years ago

Thanks, LGTM! Will merge this tonight.

muesli commented 6 years ago

@ChimeraCoder: Can you take a look at this travis issue? https://travis-ci.org/ChimeraCoder/anaconda/jobs/298860417

It looks (correct me if I'm wrong) like the behavior of gofmt changed in go-tip and hence the CI run fails here. How do you plan to tackle those situations? Reformat the entire codebase with tip's gofmt, hoping it remains backwards compatible with earlier gofmts?