1 Star 0 Fork 52

rob/smscode

forked from xluohome/smscode 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
func_test.go 226 Bytes
Copy Edit Raw Blame History
xluo authored 2017-01-14 09:59 +08:00 . 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)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/rob_code/smscode.git
git@gitee.com:rob_code/smscode.git
rob_code
smscode
smscode
master

Search