1 Star 0 Fork 53

jo-y / smscode

forked from xluohome / smscode 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
func_test.go 226 Bytes
一键复制 编辑 原始数据 按行查看 历史
xluo 提交于 2017-01-14 09:59 . v0.1
package main
import (
"testing"
"github.com/issue9/assert"
)
func TestConvert(t *testing.T) {
a := assert.New(t)
var x int64 = 1483680227
b := Int64ToBytes(x)
var i int64 = BytesToInt64(b)
a.Equal(x, i, true)
}
Go
1
https://gitee.com/jo_y/smscode.git
git@gitee.com:jo_y/smscode.git
jo_y
smscode
smscode
master

搜索帮助