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

cannot find package "github.com/lukasikic/subzy" #9

Closed
AsifIqbal093 opened this issue Nov 13, 2020 · 1 comment
Closed

cannot find package "github.com/lukasikic/subzy" #9

AsifIqbal093 opened this issue Nov 13, 2020 · 1 comment

Comments

@AsifIqbal093
Copy link

here is the details oof the error....

sudo go install -v github.com/lukasikic/subzy
cannot find package "github.com/lukasikic/subzy" in any of:
/usr/lib/go-1.15/src/github.com/lukasikic/subzy (from $GOROOT)
/root/go/src/github.com/lukasikic/subzy (from $GOPATH)

@ravkishu
Copy link

ravkishu commented Dec 8, 2020

Hi @AsifIqbal093, make sure you have got these already setups:

  1. $GOROOT and $GOPATH setup correctly.
  2. Verify by typing in terminal which go or go version
  3. It should return something like this
➜  which go
/usr/local/go/bin//go

➜  go version
go version go1.15.5 linux/amd64

➜  echo $GOROOT
/usr/local/go

➜  echo $GOPATH
/root/go

Once you get the output similar to above you can install subzy by typing in terminal below command:

GO111MODULE=on go get -u -v github.com/lukasikic/subzy

This will definitely solve you're issue, if you've setup go-lang correctly

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

3 participants