Versions in this module Expand all Collapse all v0 v0.0.1 Apr 15, 2023 Changes in this version + type Client struct + func NewClient(owner, repo string) (*Client, error) + func (c *Client) GetIssueContent(issue int) (string, error) + func (c *Client) PostComment(issue int, comment string) (string, error)