Initialize Go module

This commit is contained in:
Zero King
2019-11-13 13:25:55 +00:00
committed by Clemens Lang
parent 80b3beb566
commit 7b192c9367
8 changed files with 59 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ import (
"context"
"regexp"
"github.com/google/go-github/github"
"github.com/google/go-github/v28/github"
)
func (client *githubClient) GetPullRequest(owner, repo string, number int) (*github.PullRequest, error) {