V4NSH4J / discord-mass-DM-GO

The most powerful Discord selfbot written in GO allowing users to automate their campaigns & send low-cost mass messages to Discord users!
https://t.me/tosviolators
GNU Affero General Public License v3.0
2.17k stars 633 forks source link

import "github.com/chromedp/chromedp/kb" is a program, not an importable package #688

Open brendan opened 2 years ago

brendan commented 2 years ago

OS: Linux Mint

b@b:~/Desktop/dmgo$ go build ../../go/pkg/mod/github.com/chromedp/chromedp@v0.8.1/emulate.go:5:2: found packages device (device.go) and main (gen.go) in /home/b/go/pkg/mod/github.com/chromedp/chromedp@v0.8.1/device ../../go/pkg/mod/github.com/chromedp/chromedp@v0.8.1/input.go:9:2: import "github.com/chromedp/chromedp/kb" is a program, not an importable package

What seems to be the issue building the SRC code?

brendan commented 2 years ago

update: it was the outdate golang version, now it doesnt respect the given directories as it is looking in a temp folder on linux instead of its director