ssh-chat: Make build fails

Hey there, I’ve been trying to get this to work but everytime i get the issue which throws this: package github.com/shazow/ssh-chat/common: cannot find package "github.com/shazow/ssh-chat/common" in any of: /root/go/src/github.com/shazow/ssh-chat/common (from $GOROOT) /home/go/src/github.com/shazow/ssh-chat/common (from $GOPATH) make: *** [deps] Error 1

I’ve looked all around by can’t seem where these files are, even looking through the repo. Hope you can help! 👍

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 21 (13 by maintainers)

Most upvoted comments

You’re welcome, have fun. 😃

If you don’t need to work with ssh-chat from source, please use the binary releases: https://github.com/shazow/ssh-chat/releases/

Otherwise, you need to setup a working Go environment first, follow these instructions: https://golang.org/doc/code.html

ssh-chat needs to be inside $GOPATH. $GOPATH cannot be inside of your Go installation or $GOROOT.