Documentation ¶ Index ¶ Constants func Execute() type RepoJson Constants ¶ View Source const VERSION = "1.3.1" VERSION number: change manually Variables ¶ This section is empty. Functions ¶ func Execute ¶ func Execute() Types ¶ type RepoJson ¶ type RepoJson struct { Name string `json:"name"` Description string `json:"description"` Stars int `json:"stargazers_count"` Forks int `json:"forks"` HtmlUrl string `json:"html_url"` Language string `json:"language"` } Source Files ¶ View all Source files getters.go list.go root.go starred.go stats.go url.go version.go Click to show internal directories. Click to hide internal directories.