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