golint & go vet
This commit is contained in:
parent
e1b7bac4e6
commit
70b6261e34
6 changed files with 9 additions and 7 deletions
|
@ -139,6 +139,7 @@ type Attachment struct {
|
|||
TextURL string `json:"text_url"`
|
||||
}
|
||||
|
||||
// Results hold information for search result.
|
||||
type Results struct {
|
||||
Accounts []*Account `json:"accounts"`
|
||||
Statuses []*Status `json:"statuses"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue