This commit is contained in:
Gowtham Munukutla 2021-06-17 10:25:54 +05:30
parent 137053399e
commit 26105dec29

View file

@ -452,7 +452,6 @@ type repositoryV3 struct {
Private bool
HTMLUrl string `json:"html_url"`
Parent *repositoryV3
hostname string
}
// ForkRepo forks the repository on GitHub and returns the new repository