peterh / liner

Pure Go line editor with history, inspired by linenoise
MIT License
1.04k stars 132 forks source link

s.winch undefined #93

Closed tleb closed 7 years ago

tleb commented 7 years ago

Here is the complete error:

..\..\peterh\liner\line.go:600:10: s.winch undefined (type *State has no field or method winch)

Got this error while running go get -u github.com/motemen/gore.

It it linked to this commit: ccfc1e0e5477b6dc05c547998bf2e032bb1bec40.

peterh commented 7 years ago

Oops, I should have checked the pull request more carefully. Sorry about that.

I've reverted the offending commit.

tleb commented 7 years ago

Great, thanks. :)