diff --git a/server.go b/server.go index 079a91f..c4e05c3 100644 --- a/server.go +++ b/server.go @@ -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 {