diff --git a/clients/github.go b/clients/github.go index 29a125feb..3b956ebec 100644 --- a/clients/github.go +++ b/clients/github.go @@ -7,7 +7,7 @@ import ( "golang.org/x/oauth2" ) -// GitHub client for the given token +// Github client for the given token func Github(token string) *github.Client { ts := oauth2.StaticTokenSource( &oauth2.Token{AccessToken: token},