Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: editor.regex.Split undefined #5

Closed
bacongobbler opened this issue Sep 19, 2013 · 3 comments
Closed

error: editor.regex.Split undefined #5

bacongobbler opened this issue Sep 19, 2013 · 3 comments

Comments

@bacongobbler
Copy link

Tried installing mop this morning:

$ go get github.com/michaeldv/mop
# github.com/michaeldv/mop
go/src/github.com/michaeldv/mop/line_editor.go:204: editor.regex.Split undefined (type *regexp.Regexp has no field or method Split)

Should this variable be type *regexp instead of *regexp.Regexp?

@michaeldv
Copy link
Collaborator

What's your version of Go?

$ go version

@bacongobbler
Copy link
Author

$ go version
go version go1.0.2

On 13-09-19 02:59 PM, Michael Dvorkin wrote:

What's your version of Go?

|$ go version
|


Reply to this email directly or view it on GitHub
https://github.com/michaeldv/mop/issues/5#issuecomment-24776646.

@michaeldv
Copy link
Collaborator

Well, it works fine with both go1.1.1 and go1.1.2 I have. Try to clone the repo to src/github/michaeldv/mop, then run $ go get from that directory to download termbox-go dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants