Browse Source

Make HTMLURL accessible on user struct

Tobias Schmidt 12 years ago
committed by Will Norris
parent
commit
20507b9963
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      github/users.go

+ 1
- 0
github/users.go View File

@ -25,6 +25,7 @@ type User struct {
ID *int `json:"id,omitempty"` ID *int `json:"id,omitempty"`
URL *string `json:"url,omitempty"` URL *string `json:"url,omitempty"`
AvatarURL *string `json:"avatar_url,omitempty"` AvatarURL *string `json:"avatar_url,omitempty"`
HTMLURL *string `json:"html_url,omitempty"`
GravatarID *string `json:"gravatar_id,omitempty"` GravatarID *string `json:"gravatar_id,omitempty"`
Name *string `json:"name,omitempty"` Name *string `json:"name,omitempty"`
Company *string `json:"company,omitempty"` Company *string `json:"company,omitempty"`


Loading…
Cancel
Save