Update deps

This commit is contained in:
Jeff Mitchell
2016-06-08 16:14:05 -04:00
parent 4ab63c8232
commit fb8817896d
13 changed files with 92 additions and 994 deletions

View File

@@ -73,6 +73,8 @@ func (p Plan) String() string {
type OrganizationsListOptions struct {
// Since filters Organizations by ID.
Since int `url:"since,omitempty"`
ListOptions
}
// ListAll lists all organizations, in the order that they were created on GitHub.