...and fix the imports for the test files

This commit is contained in:
Miek Gieben 2013-09-09 22:20:48 +01:00
parent 81d35ce537
commit a5ac1f46ee
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@
package dns package dns
import ( import (
"crypto/rsa"
"strings" "strings"
"testing" "testing"
) )

View File

@ -5,7 +5,6 @@
package dns package dns
import ( import (
"crypto/rsa"
"fmt" "fmt"
"net" "net"
"os" "os"