diff options
Diffstat (limited to 'vendor/github.com/google/go-github/github/teams.go')
-rw-r--r-- | vendor/github.com/google/go-github/github/teams.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/github.com/google/go-github/github/teams.go b/vendor/github.com/google/go-github/github/teams.go deleted file mode 100644 index 1021d538..00000000 --- a/vendor/github.com/google/go-github/github/teams.go +++ /dev/null @@ -1,7 +0,0 @@ -package github - -// TeamsService provides access to the team-related functions -// in the GitHub API. -// -// GitHub API docs: https://developer.github.com/v3/teams/ -type TeamsService service |