log like, anything at all

This commit is contained in:
idk 2018-12-25 05:15:40 -05:00
parent 7ff8f7bca4
commit 9fecb9685c
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1

View file

@ -3,6 +3,7 @@ package resolver
import ( import (
"context" "context"
"fmt" "fmt"
"log"
"net" "net"
"strings" "strings"
) )