From 9837b3c9316e919160edf2b5afbc82b26dfd8aa4 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Fri, 4 Oct 2013 02:24:52 -0700 Subject: [PATCH] Add MirrorURL field to Repository --- github/repos.go | 1 + 1 file changed, 1 insertion(+) diff --git a/github/repos.go b/github/repos.go index 2f3ead0..5fb7a3e 100644 --- a/github/repos.go +++ b/github/repos.go @@ -31,6 +31,7 @@ type Repository struct { HTMLURL *string `json:"html_url,omitempty"` CloneURL *string `json:"clone_url,omitempty"` GitURL *string `json:"git_url,omitempty"` + MirrorURL *string `json:"mirror_url,omitempty"` SSHURL *string `json:"ssh_url,omitempty"` SVNURL *string `json:"svn_url,omitempty"` Language *string `json:"language,omitempty"`