aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/google/go-github/github/git.go
blob: c934751a9e93e618daf27d0d4cf6d5f224084437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2013 The go-github AUTHORS. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package github

// GitService handles communication with the git data related
// methods of the GitHub API.
//
// GitHub API docs: http://developer.github.com/v3/git/
type GitService service