Skip to content

Commit b8da210

Browse files
sHesldmitshur
authored andcommitted
Add Language field to GistFile. (#532)
1 parent e27a703 commit b8da210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github/gists.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ type GistFilename string
4242
type GistFile struct {
4343
Size *int `json:"size,omitempty"`
4444
Filename *string `json:"filename,omitempty"`
45+
Language *string `json:"language,omitempty"`
4546
Type *string `json:"type,omitempty"`
4647
RawURL *string `json:"raw_url,omitempty"`
4748
Content *string `json:"content,omitempty"`

0 commit comments

Comments
 (0)