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 {