You've already forked mpbot-github
mirror of
https://github.com/macports/mpbot-github.git
synced 2026-03-31 14:46:03 -07:00
Initialize Go module
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user