bzick / tokenizer

Tokenizer (lexer) for golang
MIT License
92 stars 6 forks source link

Update readme.md Next()->GoNext() #14

Closed gernberg closed 5 months ago

gernberg commented 6 months ago

The README might be out of sync with the code.

It suggests "Next()" but that won't run since the method in stream.go is named "GoNext()".