golint & go vet
This commit is contained in:
parent
e1b7bac4e6
commit
70b6261e34
6 changed files with 9 additions and 7 deletions
|
@ -219,7 +219,7 @@ func (c *Client) AccountsSearch(q string, limit int64) ([]*Account, error) {
|
|||
return accounts, nil
|
||||
}
|
||||
|
||||
// Follow send follow-request.
|
||||
// FollowRemoteUser send follow-request.
|
||||
func (c *Client) FollowRemoteUser(uri string) (*Account, error) {
|
||||
params := url.Values{}
|
||||
params.Set("uri", uri)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue