From c9849d667ab55c23d343332a11afb3eb8ede3f2d Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sun, 17 Jul 2016 17:16:14 +0100 Subject: Update vendor libs --- vendor/github.com/google/go-github/github/search.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vendor/github.com/google/go-github/github/search.go') diff --git a/vendor/github.com/google/go-github/github/search.go b/vendor/github.com/google/go-github/github/search.go index 073b6c0..0c7ffcb 100644 --- a/vendor/github.com/google/go-github/github/search.go +++ b/vendor/github.com/google/go-github/github/search.go @@ -15,9 +15,7 @@ import ( // in the GitHub API. // // GitHub API docs: http://developer.github.com/v3/search/ -type SearchService struct { - client *Client -} +type SearchService service // SearchOptions specifies optional parameters to the SearchService methods. type SearchOptions struct { -- cgit v1.2.3