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

@@ -16,7 +16,7 @@ import (
var timestampType = reflect.TypeOf(Timestamp{})
// Stringify attempts to create a reasonable string representation of types in
// the GitHub library. It does things like resolve pointers to their values
// the GitHub library. It does things like resolve pointers to their values
// and omits struct fields with nil values.
func Stringify(message interface{}) string {
var buf bytes.Buffer