You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.
i try to build a "main.go" file with go i give the error.
root@kali:/Desktop/subjack# go build main.go
main.go:8:2: cannot find package "github.com/haccer/subjack/subjack" in any of:
/usr/lib/go-1.14/src/github.com/haccer/subjack/subjack (from $GOROOT)
/root/go/src/github.com/haccer/subjack/subjack (from $GOPATH)
root@kali:/Desktop/subjack#
what is this error can any one help.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i try to build a "main.go" file with go i give the error.
root@kali:
/Desktop/subjack# go build main.go/Desktop/subjack#main.go:8:2: cannot find package "github.com/haccer/subjack/subjack" in any of:
/usr/lib/go-1.14/src/github.com/haccer/subjack/subjack (from $GOROOT)
/root/go/src/github.com/haccer/subjack/subjack (from $GOPATH)
root@kali:
what is this error can any one help.
The text was updated successfully, but these errors were encountered: