fix handling of redirect from asset download
This commit is contained in:
4
vendor/github.com/google/go-github/github/gitignore.go
generated
vendored
4
vendor/github.com/google/go-github/github/gitignore.go
generated
vendored
@@ -11,9 +11,7 @@ import "fmt"
|
||||
// GitHub API.
|
||||
//
|
||||
// GitHub API docs: http://developer.github.com/v3/gitignore/
|
||||
type GitignoresService struct {
|
||||
client *Client
|
||||
}
|
||||
type GitignoresService service
|
||||
|
||||
// Gitignore represents a .gitignore file as returned by the GitHub API.
|
||||
type Gitignore struct {
|
||||
|
Reference in New Issue
Block a user