1 Star 0 Fork 1

SillyMan / Go实用工具包

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
init.go 98 Bytes
一键复制 编辑 原始数据 按行查看 历史
SillyMan 提交于 2021-12-27 17:39 . 完善文档和测试用例
package randx
import (
"math/rand"
"time"
)
func init() {
rand.Seed(time.Now().UnixNano())
}
Go
1
https://gitee.com/sillyman/simpleUtil.git
git@gitee.com:sillyman/simpleUtil.git
sillyman
simpleUtil
Go实用工具包
5c98b36afa10

搜索帮助

53164aa7 5694891 3bd8fe86 5694891