Update clientconfig.go

net is no longer used in clientconfig.go
This commit is contained in:
jdnurmi 2012-12-26 10:51:26 -08:00
parent 3e3234c4ea
commit d0c884fdbf
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ package dns
import (
"bufio"
"net"
"os"
"strconv"
"strings"