pomelo-io / bounties-issues-dev

Dev repo for bounties
0 stars 0 forks source link

💰 1 USDT Bounty - "Title" #101

Open PomeloBounties opened 10 months ago

PomeloBounties commented 10 months ago

Bounty

Title created by @YaroShkvorets on Pomelo Bounties

Summary

Summary

Apply

https://bounties.pomelo.io/bb123

Original Issue

https://github.com/PomeloBounties/test/issues/8

Title

Test issue for a bounty

Body

Please solve this for me:

    issue, _, err := g.client.Issues.Get(ctx, owner, repo, issueNumber)
    if err != nil {
        if e, ok := err.(*github.ErrorResponse); ok {
            if e.Response.StatusCode == 404 {
                return "", "", ErrGithubIssueNotFound
            }
        }
        return "", "", err
    }

Thanks!

Reward

1.1111 USDT

Note

For technical discussion use the original issue. This issue is for tracking the bounty application and implementation progress.