gk icon indicating copy to clipboard operation
gk copied to clipboard

Unable to go get

Open plutov opened this issue 6 years ago • 1 comments

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

plutov avatar Jun 14 '18 08:06 plutov

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

kujtimiihoxha avatar Jun 14 '18 10:06 kujtimiihoxha