1 Star 0 Fork 0

不平凡的平凡 / dhcp4client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
init.go 100 Bytes
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2014-03-07 10:48 . Bug: Moved Seeding to Package init.
package dhcp4client
import (
"math/rand"
"time"
)
func init() {
rand.Seed(time.Now().Unix())
}
Go
1
https://gitee.com/lflxp/dhcp4client.git
git@gitee.com:lflxp/dhcp4client.git
lflxp
dhcp4client
dhcp4client
master

搜索帮助