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