Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Function for scanning UTF-8 sequences
This is pretty redundant given the built-in functionality in Go, but sometimes it's convenient to have everything expressed as a bufio.SplitFunc to get general behavior across any set of tokens, like with the helper functions in this package.
- Loading branch information