Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example program (main.go) won't run #24

Open
scrape01 opened this issue Oct 22, 2020 · 1 comment
Open

Example program (main.go) won't run #24

scrape01 opened this issue Oct 22, 2020 · 1 comment

Comments

@scrape01
Copy link

scrape01 commented Oct 22, 2020

~/Desktop/GoProjects$ go run main.go
# command-line-arguments
./main.go:18:42: cannot use "github.com/ipsn/go-libtor".Creator (type "github.com/ipsn/go-libtor/vendor/github.com/cretz/bine/process".Creator) as type "github.com/cretz/bine/process".Creator in field value:
	"github.com/ipsn/go-libtor/vendor/github.com/cretz/bine/process".Creator does not implement "github.com/cretz/bine/process".Creator (wrong type for New method)
		have New(context.Context, ...string) ("github.com/ipsn/go-libtor/vendor/github.com/cretz/bine/process".Process, error)
		want New(context.Context, ...string) ("github.com/cretz/bine/process".Process, error)
@sibexico
Copy link

sibexico commented Dec 7, 2020

rm -rf ~/go/src/github.com/ipsn/go-libtor/vendor/github.com/cretz

Just some issue with vendor...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants