Created
March 30, 2012 17:16
-
-
Save mrosset/2253054 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
type User struct { | |
Login string | |
Blog nil | |
Public_repos int | |
Type string | |
Location string | |
Company nil | |
Hireable bool | |
Html_url string | |
Followers int | |
Id int | |
Url string | |
Name string | |
Bio nil | |
Email nil | |
Gravatar_id string | |
Avatar_url string | |
Following int | |
Created_at string | |
Public_gists int | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment