assetfinder
assetfinder copied to clipboard
Not working with go1.15
does it not work with go1.15 or i am doing something wrong
Working fine can you post screenshots or errors about it.
downloaded go lang using apt-get install golang added it to the path too using the command export PATH=$PATH:/usr/local/go/bin
@HackerEnchanted did you use the command "go get -u github.com/tomnomnom/assetfinder" to download and have you set the PATH for go?
@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
@HackerEnchanted go to path and check $ cd /usr/local/go/bin then $ls and share screenshot
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
@HackerEnchanted nano .bashrc ctrl+x to exit and then y to save then paste it in the end of line and then source .bashrc
Yes it works now.Thanks a lot for your help and patience.
This solves the issue I was having. Can this perhaps be added to README.md?
If there is any solution to use in termux . Or with another command