From 9137335b5bb31bc4937bd19631c5445321b3f32e Mon Sep 17 00:00:00 2001 From: Robert Sigler Date: Thu, 23 Feb 2023 14:34:30 -0500 Subject: [PATCH] Adding remarks --- accounts.go | 1 + 1 file changed, 1 insertion(+) diff --git a/accounts.go b/accounts.go index 1e4d0cb..2351955 100644 --- a/accounts.go +++ b/accounts.go @@ -70,6 +70,7 @@ func (c *Client) GetAccountCurrentUser(ctx context.Context) (*Account, error) { return &account, nil } +// AccountLookup returns the Account of specified acct uri. func (c *Client) AccountLookup(ctx context.Context, acct string) (*Account, error) { var account Account params := url.Values{}