We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed Turnkey Linux Core 13.0 / Debian 7.2 Wheezy on VirtualBox under Windows 7, 64-bit.
When I issued the command go build main.go, these are the errors:
./main.go:60: undefined: newCommand ./main.go:85: undefined: command ./main.go:105: undefined: command ./main.go:106: undefined: newSshClientConfig ./main.go:118: undefined: newNameWriter ./main.go:119: undefined: newNameWriter
However, it is building fine under Windows 7 using go1.3.3 windows/386
I am using go1.3.3 linux/amd64 on my VirtualBox VM.
The text was updated successfully, but these errors were encountered:
There are no build tags so there maybe something wrong with the code that you checked out, please make sure that you have HEAD
Sorry, something went wrong.
@ibm2100 you should use go build instead fo go build main.go the code is divided in 3 files.
go build
go build main.go
Most of you undefined stuff are defined in ssh.go
ssh.go
Thanks for looking into this @vieux
No branches or pull requests
I installed Turnkey Linux Core 13.0 / Debian 7.2 Wheezy on VirtualBox under Windows 7, 64-bit.
When I issued the command go build main.go, these are the errors:
./main.go:60: undefined: newCommand
./main.go:85: undefined: command
./main.go:105: undefined: command
./main.go:106: undefined: newSshClientConfig
./main.go:118: undefined: newNameWriter
./main.go:119: undefined: newNameWriter
However, it is building fine under Windows 7 using go1.3.3 windows/386
I am using go1.3.3 linux/amd64 on my VirtualBox VM.
The text was updated successfully, but these errors were encountered: