You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update documentation to match the current code
readme.md:
- Update examples, fixing some arguments, and stop using deprecated
methods.
- Add blank lines between successive codeblocks, this is usually what is
expected by markdown parsers.
- Fix a typo in method name.
- Explain that numbers and underscores are not part of keywords by
default.
- Remove some whitespaces at the end of lines.
tokenizer.go
- Add blank lines before "Deprecated:" doc comment to allow go tools to
mark them as deprecated in the docs and in editors.
- Fix the description of DefineStringToken().