From 20507b9963ed7404ed4323fb502a6d11934fb302 Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Mon, 28 Oct 2013 19:14:22 +0530 Subject: [PATCH] Make HTMLURL accessible on user struct --- github/users.go | 1 + 1 file changed, 1 insertion(+) diff --git a/github/users.go b/github/users.go index aae5d44..8ebfeea 100644 --- a/github/users.go +++ b/github/users.go @@ -25,6 +25,7 @@ type User struct { ID *int `json:"id,omitempty"` URL *string `json:"url,omitempty"` AvatarURL *string `json:"avatar_url,omitempty"` + HTMLURL *string `json:"html_url,omitempty"` GravatarID *string `json:"gravatar_id,omitempty"` Name *string `json:"name,omitempty"` Company *string `json:"company,omitempty"`