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

assignment count mismatch: #59

Closed
meetme2meat opened this issue Sep 14, 2018 · 1 comment · Fixed by #60
Closed

assignment count mismatch: #59

meetme2meat opened this issue Sep 14, 2018 · 1 comment · Fixed by #60

Comments

@meetme2meat
Copy link

running the following code result in assignment count mismatch

go-pry -i="fmt,regexp"
From /var/folders/gb/c5q_qjf50j78rnl3cf3b9t7r0000gn/T/pry459719250/main.go @ line 9 :

     4:
     5:   "fmt"
     6:   "regexp"
     7: )
     8: func main() {
 =>  9:   pry.Pry()
    10: }

[11] go-pry> regExpr,err := regexp.Compile("(\\d{4}_\\d{2}_\\d{2}).*\\.txt")
Error:  assignment count mismatch: 2 = 1 <nil>
@d4l3k d4l3k mentioned this issue Sep 20, 2018
@d4l3k
Copy link
Owner

d4l3k commented Sep 20, 2018

Thanks for reporting this! I should have a fix in place shortly.

@d4l3k d4l3k closed this as completed in #60 Sep 20, 2018
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

Successfully merging a pull request may close this issue.

2 participants