Skip to content

Commit 6340473

Browse files
kyokomiwillnorris
authored andcommitted
Added missing fields in Gist class
1 parent d8aeeeb commit 6340473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github/gists.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ type Gist struct {
3030
GitPullURL *string `json:"git_pull_url,omitempty"`
3131
GitPushURL *string `json:"git_push_url,omitempty"`
3232
CreatedAt *time.Time `json:"created_at,omitempty"`
33+
UpdatedAt *time.Time `json:"updated_at,omitempty"`
3334
}
3435

3536
func (g Gist) String() string {

0 commit comments

Comments
 (0)