Updates google/go-github to the latest revision (#12604)

* Updates to the latest go-github

* `github_repository_collaborator` uses invitations API
This commit is contained in:
Andy Lindeman
2017-03-12 10:05:18 -04:00
committed by Paul Stack
parent abe2f9ead1
commit 85f759f296
89 changed files with 13876 additions and 1694 deletions

View File

@@ -8,7 +8,5 @@ package github
// GitService handles communication with the git data related
// methods of the GitHub API.
//
// GitHub API docs: http://developer.github.com/v3/git/
type GitService struct {
client *Client
}
// GitHub API docs: https://developer.github.com/v3/git/
type GitService service