Update README.md
I upadte README.md because I cannot build a example. But I'm sorry I'm not sure whether my modification is correct.
This commit is contained in:
parent
a0466b7cc4
commit
60690a1f50
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func main() {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
timeline, err := c.GetTimelineHome(context.Background())
|
timeline, err := c.GetTimelineHome(context.Background(), nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue