-
Notifications
You must be signed in to change notification settings - Fork 213
go
install command has errors
#137
Comments
This is most likely a versioning problem in your gopath since we just recently updated our cli package. If you |
My $GOPATH was empty ( sorry im new to go)
So i put this on my shell profile
then
Opening a new session and re-running Is there anything else I should do to set up a new GO env? |
If this helps, here are the contents of the sshcode folder:
...and it's on the master branch with the latest commit
|
If The reason this is necessary is because we use Go modules for our dependency management, which is enabled by explicitly setting I should probably update the documentation to reflect this. Thanks! |
#138 should solve this since we were depending on an older version of https://github.com/cdr/cli |
Voila
Thank you for the quick turn-around @coadler |
Glad I could help |
Hi,
Following the steps on OS X to install the project:
go get -u go.coder.com/sshcode
I see the following errors: after sshcode fails to install
$
go version
$
which sshcode
The text was updated successfully, but these errors were encountered: