dlclark / regexp2

A full-featured regex engine in pure Go based on the .NET engine
MIT License
997 stars 84 forks source link

Go 1.15: Convert int to string using rune() #29

Closed eclipseo closed 4 years ago

eclipseo commented 4 years ago

See https://github.com/golang/go/issues/32479

Signed-off-by: Robert-André Mauchin zebob.m@gmail.com

dlclark commented 4 years ago

Thanks for this. Glad it was so minimal...with this much string manipulation there’s always a chance for these changes to expose bad practices by the bucketful. Guess I did something right!