We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27a703 commit b8da210Copy full SHA for b8da210
github/gists.go
@@ -42,6 +42,7 @@ type GistFilename string
42
type GistFile struct {
43
Size *int `json:"size,omitempty"`
44
Filename *string `json:"filename,omitempty"`
45
+ Language *string `json:"language,omitempty"`
46
Type *string `json:"type,omitempty"`
47
RawURL *string `json:"raw_url,omitempty"`
48
Content *string `json:"content,omitempty"`
0 commit comments