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

32位服务器下,gconv.String()方法在转换int类型大值时,会溢出 #45

Closed
jroam opened this issue Mar 14, 2019 · 1 comment
Labels
bug It is confirmed a bug, but don't worry, we'll handle it.

Comments

@jroam
Copy link
Member

jroam commented Mar 14, 2019

问题:
32位服务器下,gconv.String()方法在转换int类型大值时,会溢出
64位服务器下,正常.

示例代码如下:
`
n1:= gconv.String(gtime.Now().Millisecond())

fmt.Println(n1)
`

@gqcn gqcn added the bug It is confirmed a bug, but don't worry, we'll handle it. label Mar 14, 2019
@gqcn
Copy link
Member

gqcn commented Mar 17, 2019

@jroam 感谢反馈,已修复,请更新最新框架代码重试。

@gqcn gqcn closed this as completed Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It is confirmed a bug, but don't worry, we'll handle it.
Projects
None yet
Development

No branches or pull requests

2 participants