And add the import

This commit is contained in:
Miek Gieben 2014-07-11 09:28:39 +00:00
parent 4ae6bac881
commit c00b800150
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ package dns
import ( import (
"net" "net"
"syscall"
) )
// These do nothing. See udp_linux.go for an example of how to implement this. // These do nothing. See udp_linux.go for an example of how to implement this.