caarlos0 / fork-cleaner

Quickly clean up unused forks on your github account.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-get fails

ahmetb opened this issue · comments

$ GOPATH=`pwd` go get github.com/caarlos0/fork-cleaner

bin/fork-cleaner # github.com/caarlos0/fork-cleaner/internal/cleaner
src/github.com/caarlos0/fork-cleaner/internal/cleaner/repos.go:12: not enough arguments in call to client.Repositories.Delete
	have (string, string)
	want (context.Context, string, string)
src/github.com/caarlos0/fork-cleaner/internal/cleaner/repos.go:27: not enough arguments in call to client.Repositories.List
	have (string, *github.RepositoryListOptions)
	want (context.Context, string, *github.RepositoryListOptions)

Thanks, fixed in #5

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.