I think that syscall Golang package is deprecated:
NOTE: This package is locked down. Code outside the standard Go repository should be migrated to use the corresponding package in the golang.org/x/sys repository. That is also where updates required by new systems or versions should be applied. Signal, Errno and SysProcAttr are not yet available in golang.org/x/sys and must still be referenced from the syscall package. See https://golang.org/s/go1.4-syscall for more information.
I think dhcp4 lib need to migrate to https://godoc.org/golang.org/x/sys/unix
I think that
syscallGolang package is deprecated:I think
dhcp4lib need to migrate to https://godoc.org/golang.org/x/sys/unix