Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(parser): fix go test error on parser (#70) #72

Closed
wants to merge 1 commit into from

Conversation

An-DJ
Copy link

@An-DJ An-DJ commented Jan 26, 2021

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 #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.
@tisonkun
Copy link
Contributor

tisonkun commented Sep 1, 2021

closed as fixed in another way #76 .

Sorry this one is missed at the first place.

@tisonkun tisonkun closed this Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

go test error on parser
2 participants