fix import

This commit is contained in:
Jörg Thalheim 2016-02-02 07:24:59 +01:00
parent a79af2ba31
commit 78cd7f346c

View File

@ -1,7 +1,6 @@
package main
import (
"./whois"
"flag"
"fmt"
"net"
@ -13,6 +12,8 @@ import (
"sync/atomic"
"syscall"
"time"
"github.com/Mic92/whois42d/whois"
)
type Server struct {