golint & go vet

This commit is contained in:
Yasuhiro Matsumoto 2017-04-16 23:38:53 +09:00
parent e1b7bac4e6
commit 70b6261e34
6 changed files with 9 additions and 7 deletions

View file

@ -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"`