mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-11 04:00:50 -04:00
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:
committed by
Paul Stack
parent
abe2f9ead1
commit
85f759f296
2
vendor/github.com/google/go-github/github/strings.go
generated
vendored
2
vendor/github.com/google/go-github/github/strings.go
generated
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user