This commit is contained in:
Gowtham Munukutla 2021-06-17 10:28:24 +05:30
parent acaaeb5567
commit 9b05254285

View file

@ -448,9 +448,9 @@ type repositoryV3 struct {
Owner struct {
Login string
}
Private bool
HTMLUrl string `json:"html_url"`
Parent *repositoryV3
Private bool
HTMLUrl string `json:"html_url"`
Parent *repositoryV3
}
// ForkRepo forks the repository on GitHub and returns the new repository