Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.
This repository was archived by the owner on May 15, 2026. It is now read-only.

failed to build #1

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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