Documentation ¶ Index ¶ Constants func Run() type User Constants ¶ View Source const ( ProfileURL = "https://api.github.com/user" EmailURL = "https://api.github.com/user/emails" ) Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run() Types ¶ type User ¶ type User struct { ID int `json:"id"` Email string `json:"email"` Bio string `json:"bio"` Name string `json:"name"` Login string `json:"login"` Picture string `json:"avatar_url"` Location string `json:"location"` } Source Files ¶ View all Source files ui.go Click to show internal directories. Click to hide internal directories.