Merge pull request #55 from bamchoh/patch-1

Update README.md
pull/57/head
mattn 2017-05-09 09:42:19 +09:00 committed by GitHub
commit 7d3bd86974
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func main() {
if err != nil {
log.Fatal(err)
}
timeline, err := c.GetTimelineHome(context.Background())
timeline, err := c.GetTimelineHome(context.Background(), nil)
if err != nil {
log.Fatal(err)
}