Skip to content

Instantly share code, notes, and snippets.

@mrosset
Created March 30, 2012 17:16
Show Gist options
  • Save mrosset/2253054 to your computer and use it in GitHub Desktop.
Save mrosset/2253054 to your computer and use it in GitHub Desktop.
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