franela/goblin

Cannot get latest goblin on windows

sergeyt opened this issue · 1 comments

I use go1.3.3 windows/amd64.

go get github.com/franela/goblin output:

$GOPATH\src\github.com\franela\goblin\util.go:10: undefined: syscall.Termios
$GOPATH\src\github.com\franela\goblin\util.go:11: undefined: syscall.SYS_IOCTL
$GOPATH\src\github.com\franela\goblin\util.go:11: undefined: ioctlReadTermios
$GOPATH\src\github.com\franela\goblin\util.go:11: not enough arguments in call to syscall.Syscall6

Fixed by 23dfc38