Update deps

This commit is contained in:
Jeff Mitchell
2016-09-02 18:05:09 -04:00
parent a6aec4d7c9
commit a26fe991ba
204 changed files with 11131 additions and 2336 deletions

View File

@@ -42,6 +42,7 @@ type GistFilename string
type GistFile struct {
Size *int `json:"size,omitempty"`
Filename *string `json:"filename,omitempty"`
Type *string `json:"type,omitempty"`
RawURL *string `json:"raw_url,omitempty"`
Content *string `json:"content,omitempty"`
}