Fetch user orgs task

This commit is contained in:
2015-03-19 17:04:59 +07:00
parent 6d1e181db4
commit a284401d3c
2 changed files with 24 additions and 2 deletions
+2 -2
View File
@@ -5,9 +5,9 @@ import (
)
type Org struct {
GithubID uint64 `json:"github_id"`
Login string `json:"login"`
Descr string `json:"descr"`
ID uint64 `json:"id"`
Company string `json:"company"`
AvatarURL string `json:"avatar_url"`
}