Browse Source

github.com/yext/go-github: add Repo.AutoInit

Rob Figueiredo 12 years ago
committed by Will Norris
parent
commit
b67cd9719e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      github/repos.go

+ 1
- 0
github/repos.go View File

@ -43,6 +43,7 @@ type Repository struct {
SubscribersCount *int `json:"subscribers_count,omitempty"`
WatchersCount *int `json:"watchers_count,omitempty"`
Size *int `json:"size,omitempty"`
AutoInit *bool `json:"auto_init,omitempty"`
Parent *Repository `json:"parent,omitempty"`
Source *Repository `json:"source,omitempty"`
Organization *Organization `json:"organization,omitempty"`


Loading…
Cancel
Save