From 6340473d06b9ff4ec91f1d141fda5797c98bee8a Mon Sep 17 00:00:00 2001 From: kyokomi Date: Sun, 11 Jan 2015 23:23:59 +0900 Subject: [PATCH] Added missing fields in Gist class --- github/gists.go | 1 + 1 file changed, 1 insertion(+) diff --git a/github/gists.go b/github/gists.go index 739279b..20c3536 100644 --- a/github/gists.go +++ b/github/gists.go @@ -30,6 +30,7 @@ type Gist struct { GitPullURL *string `json:"git_pull_url,omitempty"` GitPushURL *string `json:"git_push_url,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` + UpdatedAt *time.Time `json:"updated_at,omitempty"` } func (g Gist) String() string {