timtadh / lexmachine

Lex machinary for go.
Other
405 stars 28 forks source link

Fix out of bounds panic #19

Closed timtadh closed 6 years ago

timtadh commented 6 years ago

See #18

This is not yet finished.

timtadh commented 6 years ago

@xaionaro let me know if this solves the problem for you. Additionally, the issue was caused by your ID tokens which match the empty string. You may not want to do that (change the * into a +).

xaionaro commented 6 years ago

Yep, it helped, indeed. Thank you!

You may not want to do that (change the * into a +).

Ok, my bad. Thanks :)

xaionaro commented 6 years ago

BTW, seems, you added an extra fmt.Println to the code. (never mind)

timtadh commented 6 years ago

kk merging