blob: 019b81526f9ebf0d1e5d00df5175ec882eba253a [file] [log] [blame]
package lookup
import (
"net"
)
type LookupIPFunc func(string) ([]net.IP, error)