xiny icon indicating copy to clipboard operation
xiny copied to clipboard

Build error when using go get

Open Calinou opened this issue 7 years ago • 0 comments

I'm encountering a build error when using go get on this package.

❯ go version
go version go1.10.3 linux/amd64

❯ go get -u github.com/bcicen/xiny
# github.com/bcicen/xiny
../../../.go/src/github.com/bcicen/xiny/interactive.go:116:10: d.CursorPosition undefined (type prompt.Document has no field or method CursorPosition, but does have prompt.cursorPosition)

Calinou avatar Jul 14 '18 11:07 Calinou