fix handling of redirect from asset download
This commit is contained in:
4
vendor/github.com/google/go-github/github/activity.go
generated
vendored
4
vendor/github.com/google/go-github/github/activity.go
generated
vendored
@@ -9,9 +9,7 @@ package github
|
||||
// methods of the GitHub API.
|
||||
//
|
||||
// GitHub API docs: http://developer.github.com/v3/activity/
|
||||
type ActivityService struct {
|
||||
client *Client
|
||||
}
|
||||
type ActivityService service
|
||||
|
||||
// FeedLink represents a link to a related resource.
|
||||
type FeedLink struct {
|
||||
|
Reference in New Issue
Block a user