We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393e423 commit 373d41aCopy full SHA for 373d41a
github/github.go
@@ -7,8 +7,6 @@ import (
7
"golang.org/x/oauth2"
8
)
9
10
-const baseGithubURL = "https://api.github.com"
11
-
12
type Client struct {
13
client *github.Client
14
}
0 commit comments