Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit ea7eeee

Browse files
jonasfranzlunny
authored andcommitted
fix golint (#102)
1 parent 417abc7 commit ea7eeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitea/attachment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func (c *Client) ListReleaseAttachments(user, repo string, release int64) ([]*At
3535
return attachments, err
3636
}
3737

38-
// ListReleaseAttachments list release's attachments
38+
// GetReleaseAttachment returns the requested attachment
3939
func (c *Client) GetReleaseAttachment(user, repo string, release int64, id int64) (*Attachment, error) {
4040
a := new(Attachment)
4141
err := c.getParsedResponse("GET",

0 commit comments

Comments
 (0)