assetfinder icon indicating copy to clipboard operation
assetfinder copied to clipboard

i have error when install tool

Open shadihh9 opened this issue 5 years ago • 6 comments

when i run tool i encounter this problem aqaqqa

shadihh9 avatar Jun 14 '20 16:06 shadihh9

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

ghost avatar Aug 19 '20 04:08 ghost

Same error here. it appear when i fill the if api = "" with my api. but is to except the api's, then i remove the paste in ~/go/src and get it again, now is work

fagneralc avatar Nov 17 '20 14:11 fagneralc

Steps to solve this! 1: "go build" then: ./assetfinder

Dio041 avatar Mar 16 '21 23:03 Dio041

@shadihh9 try to use this if you want to test your local files or changes:

go run *.go

Just running main.go won't work since you are leaving out the local dependencies.

Webklex avatar Sep 01 '21 17:09 Webklex

go mod init github.com/tomnomnom/assetfinder/m/v2 go build .

onuncukoy-dot avatar Sep 21 '21 06:09 onuncukoy-dot

go install github.com/tomnomnom/assetfinder@latest @shadihh9 :)

tess-ss avatar May 20 '22 00:05 tess-ss