1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-01-15 08:49:08 -02:00
parent 4aa098052d
commit fecd9be9ae
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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},