Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎repo.go

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /