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

Not working with go1.15 #32

Open
devashishsoni opened this issue Aug 26, 2020 · 14 comments
Open

Not working with go1.15 #32

devashishsoni opened this issue Aug 26, 2020 · 14 comments

Comments

@devashishsoni
Copy link

devashishsoni commented Aug 26, 2020

does it not work with go1.15 or i am doing something wrong

@devashishsoni devashishsoni changed the title Not working with go 15 Not working with go1.15 Aug 26, 2020
@hunter0x8
Copy link

Working fine can you post screenshots or errors about it.

@HackerEnchanted
Copy link

image

@HackerEnchanted
Copy link

downloaded go lang using apt-get install golang
added it to the path too using the command export PATH=$PATH:/usr/local/go/bin

@hunter0x8
Copy link

@HackerEnchanted did you use the command "go get -u github.com/tomnomnom/assetfinder" to download and have you set the PATH for go?

@HackerEnchanted
Copy link

@HackerEnchanted did you use the command "go get -u github.com/tomnomnom/assetfinder" to download and have you set the PATH for go?

yes i used apt-get install golang and then set the path to
export PATH=$PATH:/usr/local/go/bin
after which i used go get -u github.com/tomnomnom/assetfinder

@hunter0x8
Copy link

@HackerEnchanted go to path and check
$ cd /usr/local/go/bin
then
$ls
and share screenshot

@HackerEnchanted
Copy link

image

@hunter0x8
Copy link

hunter0x8 commented Nov 8, 2020

export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
put this in .bashrc and do source .bashrc
and then install it assetfinder again

@hunter0x8
Copy link

@HackerEnchanted
nano .bashrc
ctrl+x to exit and then y to save
then paste it in the end of line
and then source .bashrc

@HackerEnchanted
Copy link

image

@hunter0x8
Copy link

image

@HackerEnchanted
Copy link

Yes it works now.Thanks a lot for your help and patience.

@ghost
Copy link

ghost commented Jan 4, 2021

This solves the issue I was having. Can this perhaps be added to README.md?

@lokeesh
Copy link

lokeesh commented Feb 4, 2022

If there is any solution to use in termux
. Or with another command

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

4 participants