This commit is contained in:
Miek Gieben 2012-08-08 12:58:09 +02:00
parent cc33ab2a70
commit 648e765d31
2 changed files with 8 additions and 8 deletions

View File

@ -3,8 +3,8 @@ package main
import (
"dns"
"fmt"
"log"
"github.com/miekg/radix"
"log"
"strings"
"time"
)