From be720bc862d6a4af89c4ebccd8c7df8ab525187b Mon Sep 17 00:00:00 2001 From: Diego Lapiduz Date: Fri, 11 Jul 2014 18:22:36 -0700 Subject: [PATCH] Add missing quote mark --- github/git_commits.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/git_commits.go b/github/git_commits.go index 43a0a44..90194c8 100644 --- a/github/git_commits.go +++ b/github/git_commits.go @@ -19,7 +19,7 @@ type Commit struct { Tree *Tree `json:"tree,omitempty"` Parents []Commit `json:"parents,omitempty"` Stats *CommitStats `json:"stats,omitempty"` - URL *string `json:url,omitempty"` + URL *string `json:"url,omitempty"` } func (c Commit) String() string {