mirror of
https://github.com/rancher/plugins.git
synced 2025-09-03 00:59:41 +00:00
Moves to official vendoring solution
This commit is contained in:
10
vendor/github.com/d2g/dhcp4client/init.go
generated
vendored
Normal file
10
vendor/github.com/d2g/dhcp4client/init.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package dhcp4client
|
||||
|
||||
import (
|
||||
"math/rand"
|
||||
"time"
|
||||
)
|
||||
|
||||
func init() {
|
||||
rand.Seed(time.Now().Unix())
|
||||
}
|
Reference in New Issue
Block a user