Documentation ¶ Index ¶ Variables func Execute() type Answer type Tests Constants ¶ This section is empty. Variables ¶ View Source var ( Sort string Title string Results string ) Functions ¶ func Execute ¶ func Execute() Types ¶ type Answer ¶ type Answer struct { Items []struct { AnswerCount int `json:"answer_count"` Score int `json:"score"` Link string `json:"link"` Title string `json:"title"` } } type Tests ¶ type Tests struct { // contains filtered or unexported fields } Source Files ¶ View all Source files root.go search.go structs.go Click to show internal directories. Click to hide internal directories.