Skip to content

Commit bbae6af

Browse files
committed
repo: fix field type
1 parent 04c2783 commit bbae6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: repo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ type Repository struct {
2929
Fork bool `json:"fork"`
3030
Parent *Repository `json:"parent"`
3131
Empty bool `json:"empty"`
32-
Size int `json:"size"`
3332
Mirror bool `json:"mirror"`
33+
Size int64 `json:"size"`
3434
HTMLURL string `json:"html_url"`
3535
SSHURL string `json:"ssh_url"`
3636
CloneURL string `json:"clone_url"`

0 commit comments

Comments
 (0)