-
Notifications
You must be signed in to change notification settings - Fork 325
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
Unable to install #58
Comments
same problem whats up with this? |
I had a similar issue. You can use the following command instead:
|
See documentation:
go install example.com/cmd
# Install a specific version.
go install example.com/[email protected]
# Install the highest available version.
go install example.com/cmd@latest
|
i can install other package like pdtm, nuclei, or katana except every tomnomnom package, what is the problem here |
root@kali:~# go get -u github.com/tomnomnom/gf
package encoding/json: unrecognized import path "encoding/json" (import path does not begin with hostname)
package errors: unrecognized import path "errors" (import path does not begin with hostname)
package flag: unrecognized import path "flag" (import path does not begin with hostname)
package fmt: unrecognized import path "fmt" (import path does not begin with hostname)
package os: unrecognized import path "os" (import path does not begin with hostname)
package os/exec: unrecognized import path "os/exec" (import path does not begin with hostname)
package os/user: unrecognized import path "os/user" (import path does not begin with hostname)
package path/filepath: unrecognized import path "path/filepath" (import path does not begin with hostname)
package strings: unrecognized import path "strings" (import path does not begin with hostname)
_PLease Help __
The text was updated successfully, but these errors were encountered: