Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(parser): fix go test error on parser (talent-plan#70)
golang/go#32479 removed the explicit type conversion string(i) where i has an integer type other than rune in go 1.15. That is a **backward incompatible** change. Fix talent-plan#70.
- Loading branch information