Skip to content

failed to build #1

@vtolstov

Description

@vtolstov
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions