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

Convert to string using rune() #443

Merged
merged 1 commit into from Jul 27, 2020

Conversation

eclipseo
Copy link
Contributor

See golang/go#32479

Fix #442.

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

See golang/go#32479

Fix emicklei#442.

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Merging #443 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #443   +/-   ##
=======================================
  Coverage   72.68%   72.68%           
=======================================
  Files          25       25           
  Lines        1461     1461           
=======================================
  Hits         1062     1062           
  Misses        332      332           
  Partials       67       67           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 10525f3...90c27c6. Read the comment docs.

@emicklei emicklei merged commit b42b5d7 into emicklei:master Jul 27, 2020
emicklei pushed a commit that referenced this pull request Aug 19, 2020
See golang/go#32479

Fix #442.

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
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 1.15: conversion from int to string yields a string of one rune
3 participants