-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
batch/batch.go:45:2: cannot find package "github-mirror/auth" in any of:
/home/vtolstov/.go/src/github-mirror/auth (from $GOROOT)
/home/vtolstov/go/src/github-mirror/auth (from $GOPATH)
batch/batch.go:46:2: cannot find package "github-mirror/mirror" in any of:
/home/vtolstov/.go/src/github-mirror/mirror (from $GOROOT)
/home/vtolstov/go/src/github-mirror/mirror (from $GOPATH)
mirror/readall.go:119: cannot use client.Repositories (type *github.RepositoriesService) as type repositoriesService in argument to fetchStatuses:
*github.RepositoriesService does not implement repositoriesService (wrong type for ListStatuses method)
have ListStatuses(string, string, string, *github.ListOptions) ([]*github.RepoStatus, *github.Response, error)
want ListStatuses(string, string, string, *github.ListOptions) ([]github.RepoStatus, *github.Response, error)
mirror/readall.go:186: cannot use client.PullRequests (type *github.PullRequestsService) as type pullRequestsService in argument to fetchPullRequests:
*github.PullRequestsService does not implement pullRequestsService (wrong type for List method)
have List(string, string, *github.PullRequestListOptions) ([]*github.PullRequest, *github.Response, error)
want List(string, string, *github.PullRequestListOptions) ([]github.PullRequest, *github.Response, error)
mirror/readall.go:192: cannot use client.PullRequests (type *github.PullRequestsService) as type pullRequestsService in argument to fetchComments:
*github.PullRequestsService does not implement pullRequestsService (wrong type for List method)
have List(string, string, *github.PullRequestListOptions) ([]*github.PullRequest, *github.Response, error)
want List(string, string, *github.PullRequestListOptions) ([]github.PullRequest, *github.Response, error)
mirror/readall.go:192: cannot use client.Issues (type *github.IssuesService) as type issuesService in argument to fetchComments:
*github.IssuesService does not implement issuesService (wrong type for ListComments method)
have ListComments(string, string, int, *github.IssueListCommentsOptions) ([]*github.IssueComment, *github.Response, error)
want ListComments(string, string, int, *github.IssueListCommentsOptions) ([]github.IssueComment, *github.Response, error)
Also does it possible to convert to go get-able repo?
Metadata
Metadata
Assignees
Labels
No labels