Versions in this module Expand all Collapse all v4 v4.23.2 Apr 17, 2020 Changes in this version + type Client struct + func New() *Client + func (*Client) Close() error + func (*Client) LookupIP(host string) ([]net.IP, error) + func (*Client) Start() error + func (*Client) Type() interface{} + func (c *Client) LookupIPv4(host string) ([]net.IP, error) + func (c *Client) LookupIPv6(host string) ([]net.IP, error)