Fix to not return *Pagination
This commit is contained in:
parent
dd0b467062
commit
134128cb56
11 changed files with 136 additions and 138 deletions
|
@ -32,7 +32,7 @@ func ExampleClient() {
|
|||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
timeline, _, err := c.GetTimelineHome(context.Background(), nil)
|
||||
timeline, err := c.GetTimelineHome(context.Background(), nil)
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue