Documentation ¶ Index ¶ type User Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type User ¶ type User struct { Name *string `json:"name"` Login *string `json:"login"` Company *string `json:"company"` Followers *int `json:"followers"` PublicRepos *int `json:"public_repos"` } Source Files ¶ View all Source files user.go Click to show internal directories. Click to hide internal directories.