kujtimiihoxha / gk

Go-Kit Genetator
Apache License 2.0
151 stars 28 forks source link

Unable to go get #8

Closed plutov closed 1 year ago

plutov commented 6 years ago

Here is the full output:

➜  12-go-kit git:(master) ✗ go version
go version go1.9.2 darwin/amd64
➜  12-go-kit git:(master) ✗ go get github.com/kujtimiihoxha/gk
# golang.org/x/crypto/ssh/terminal
../../../../golang.org/x/crypto/ssh/terminal/util.go:30:12: undefined: unix.IoctlGetTermios
../../../../golang.org/x/crypto/ssh/terminal/util.go:38:18: undefined: unix.IoctlGetTermios
../../../../golang.org/x/crypto/ssh/terminal/util.go:54:12: undefined: unix.IoctlSetTermios
../../../../golang.org/x/crypto/ssh/terminal/util.go:64:18: undefined: unix.IoctlGetTermios
../../../../golang.org/x/crypto/ssh/terminal/util.go:75:9: undefined: unix.IoctlSetTermios
../../../../golang.org/x/crypto/ssh/terminal/util.go:80:13: undefined: unix.IoctlGetWinsize
../../../../golang.org/x/crypto/ssh/terminal/util.go:98:18: undefined: unix.IoctlGetTermios
../../../../golang.org/x/crypto/ssh/terminal/util.go:107:12: undefined: unix.IoctlSetTermios
../../../../golang.org/x/crypto/ssh/terminal/util.go:112:3: undefined: unix.IoctlSetTermios
kujtimiihoxha commented 6 years ago

@plutov it works fine for me, could you try and remove the golang.org/x folder from your go path ?