fix handling of redirect from asset download
This commit is contained in:
2
vendor/github.com/google/go-github/github/repos_commits.go
generated
vendored
2
vendor/github.com/google/go-github/github/repos_commits.go
generated
vendored
@@ -33,7 +33,7 @@ func (r RepositoryCommit) String() string {
|
||||
return Stringify(r)
|
||||
}
|
||||
|
||||
// CommitStats represents the number of additions / deletions from a file in a given RepositoryCommit.
|
||||
// CommitStats represents the number of additions / deletions from a file in a given RepositoryCommit or GistCommit.
|
||||
type CommitStats struct {
|
||||
Additions *int `json:"additions,omitempty"`
|
||||
Deletions *int `json:"deletions,omitempty"`
|
||||
|
Reference in New Issue
Block a user