We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, i try to run and compile
=============
C:\test>go run GoBot.go GoBot.go:4:2: cannot find package "GoBot2/components" in any of: C:\Go\src\GoBot2\components (from $GOROOT) ($GOPATH not set)
============= C:\test>go build GoBot.go GoBot.go:4:2: cannot find package "GoBot2/components" in any of: C:\Go\src\GoBot2\components (from $GOROOT) ($GOPATH not set)
============= what can i do now ? how can i fix it ?
The text was updated successfully, but these errors were encountered:
i download all package u used and made directory !
github.com/NebulousLabs/go-upnp golang.org/x/sys/windows/registry github.com/AllenDang/w32 github.com/atotto/clipboard github.com/StackExchange/wmi
but still got error. http://prntscr.com/hdpk2f
Sorry, something went wrong.
it seems, it is the environment directory issue.
i have error too
$ go build -o GoBot.exe -ldflags "-H windowsgui" "C:\GoBot2\GoBot.go" C:\Go\src\GoBot2\components\ScreenCapture.go:19:2: non-standard import "github.com/AllenDang/w32" in standard package "GoBot2/components"
was replace w32 from here
https://github.com/TheTitanrain/w32
No branches or pull requests
hi, i try to run and compile
=============
C:\test>go run GoBot.go
GoBot.go:4:2: cannot find package "GoBot2/components" in any of:
C:\Go\src\GoBot2\components (from $GOROOT)
($GOPATH not set)
=============
C:\test>go build GoBot.go
GoBot.go:4:2: cannot find package "GoBot2/components" in any of:
C:\Go\src\GoBot2\components (from $GOROOT)
($GOPATH not set)
=============
what can i do now ?
how can i fix it ?
The text was updated successfully, but these errors were encountered: