vendor: add github.com/d2g

This commit is contained in:
Dan Williams
2017-05-09 22:43:47 -05:00
parent be5f1f723e
commit 7cab2fd317
13 changed files with 1368 additions and 0 deletions

10
vendor/github.com/d2g/dhcp4client/init.go generated vendored Normal file
View File

@ -0,0 +1,10 @@
package dhcp4client
import (
"math/rand"
"time"
)
func init() {
rand.Seed(time.Now().Unix())
}