From fecd9be9aea73029d648d73da30cb00ee55d97ef Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sun, 15 Jan 2017 08:49:08 -0200 Subject: [PATCH] typo --- clients/github.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},