Steven Lass

Results 2 issues of Steven Lass

Seems to be missing tty/pty for amd64. I'm new to golang, so could be user error... `C:\Users\u1\go\src\ssh-test2>go build` `# github.com/shavac/gexpect/pty` `..\github.com\shavac\gexpect\pty\terminal.go:10:11: undefined: State` `C:\Users\u1\go\src\ssh-test2>go version` `go version go1.10.3 windows/amd64` Am...

`C:\Users\u1\go>go version` go version go1.10.3 windows/amd64 `C:\Users\u1\go>go get -v github.com/google/goexpect` github.com/google/goterm/term \# github.com/google/goterm/term src\github.com\google\goterm\term\termios.go:202:32: not enough arguments in call to syscall.Syscall src\github.com\google\goterm\term\termios.go:202:33: undefined: syscall.SYS_IOCTL src\github.com\google\goterm\term\termios.go:213:32: not enough arguments in call...

enhancement
help wanted