Merge branch 'next'

pull/26/head
Yasuhiro Matsumoto 2017-04-18 17:18:39 +09:00
commit fe02b9e6af
1 changed files with 0 additions and 3 deletions

View File

@ -104,9 +104,6 @@ func (c *Client) GetAccountFollowers(ctx context.Context, id int64) ([]*Account,
if err != nil {
return nil, err
}
for _, a := range accounts {
println(a.Username)
}
total = append(total, accounts...)
if !next {
break