fix handling of redirect from asset download
This commit is contained in:
4
vendor/github.com/google/go-github/github/orgs.go
generated
vendored
4
vendor/github.com/google/go-github/github/orgs.go
generated
vendored
@@ -14,9 +14,7 @@ import (
|
||||
// in the GitHub API.
|
||||
//
|
||||
// GitHub API docs: http://developer.github.com/v3/orgs/
|
||||
type OrganizationsService struct {
|
||||
client *Client
|
||||
}
|
||||
type OrganizationsService service
|
||||
|
||||
// Organization represents a GitHub organization account.
|
||||
type Organization struct {
|
||||
|
Reference in New Issue
Block a user