1 Star 0 Fork 60

Kyle / gocaptcha

forked from Minho / gocaptcha 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
rnd_test.go 129 Bytes
一键复制 编辑 原始数据 按行查看 历史
Minho 提交于 2018-02-05 16:22 . 格式化代码
package gocaptcha
import (
"testing"
)
func TestRandom(t *testing.T) {
for i := 0; i < 100; i++ {
t.Log(Random(0, 1))
}
}
Go
1
https://gitee.com/kylelkh/gocaptcha.git
git@gitee.com:kylelkh/gocaptcha.git
kylelkh
gocaptcha
gocaptcha
master

搜索帮助