mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-09 08:16:05 +00:00
Migrate to built-in Go vendoring.
This also removes `godep` calls from make scripts. Of note is that currently `./...` checking in acceptance tests is disabled.
This commit is contained in:
14
vendor/github.com/google/go-github/github/activity.go
generated
vendored
Normal file
14
vendor/github.com/google/go-github/github/activity.go
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// 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
|
||||
|
||||
// ActivityService handles communication with the activity related
|
||||
// methods of the GitHub API.
|
||||
//
|
||||
// GitHub API docs: http://developer.github.com/v3/activity/
|
||||
type ActivityService struct {
|
||||
client *Client
|
||||
}
|
||||
Reference in New Issue
Block a user