golint & go vet

This commit is contained in:
Yasuhiro Matsumoto 2017-04-16 23:38:53 +09:00
parent e1b7bac4e6
commit 70b6261e34
6 changed files with 9 additions and 7 deletions

View file

@ -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)