Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

no Go files in ( Error ) #37

Open
kalhori124 opened this issue Jul 2, 2018 · 4 comments
Open

no Go files in ( Error ) #37

kalhori124 opened this issue Jul 2, 2018 · 4 comments

Comments

@kalhori124
Copy link

How can I fix this ?

[root@server ~]# go get -v github.com/mauri870/ransomware
github.com/mauri870/ransomware (download)
created GOPATH=/root/go; see 'go help gopath'
package github.com/mauri870/ransomware: no Go files in /root/go/src/github.com/mauri870/ransomware
[root@server ~]# cd $GOPATH/src/github.com/mauri870/ransomware
-bash: cd: /src/github.com/mauri870/ransomware: No such file or directory

@kalhori124 kalhori124 changed the title no Go files in no Go files in ( Error ) Jul 2, 2018
@UN5T48L3
Copy link

UN5T48L3 commented Jul 2, 2018

even I installed and setup go evn I getting this error;

go get -v github.com/Masterminds/glide
glide install
make: glide: Command not found
Makefile:15: recipe for target 'deps' failed
make: *** [deps] Error 127

@kalhori124
Copy link
Author

./build-docker.sh make

Building the image...
./build-docker.sh: line 14: docker: command not found

@mauri870
Copy link
Owner

mauri870 commented Jul 2, 2018

@UN5T48L3 You must append the $GOPATH/bin to your $PATH variable, also use GOBIN=$GOPATH/bin

@mauri870
Copy link
Owner

mauri870 commented Jul 2, 2018

@kalhori124 In order to build with docker you must install docker first 😅

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants