Skip to content

Commit 373d41a

Browse files
committed
remove unused constant
1 parent 393e423 commit 373d41a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

github/github.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import (
77
"golang.org/x/oauth2"
88
)
99

10-
const baseGithubURL = "https://api.github.com"
11-
1210
type Client struct {
1311
client *github.Client
1412
}

0 commit comments

Comments
 (0)