From b42014511bbd494e950b08b9072f8e8f1837feaa Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sat, 15 Apr 2017 00:31:08 +0900 Subject: [PATCH] rename Follow to FollowRemoteUser --- accounts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts.go b/accounts.go index 2e803ea..b039add 100644 --- a/accounts.go +++ b/accounts.go @@ -163,7 +163,7 @@ func (c *Client) AccountsSearch(q string, limit int64) ([]*Account, error) { } // Follow send follow-request. -func (c *Client) Follow(uri string) (*Account, error) { +func (c *Client) FollowRemoteUser(uri string) (*Account, error) { params := url.Values{} params.Set("uri", uri)