Versions in this module Expand all Collapse all v1 v1.1.0 May 21, 2018 v1.0.0 Sep 29, 2016 Changes in this version + func LookupIP(ctx context.Context, host string) (addrs []net.IP, err error) + type Conn struct + func Dial(ctx context.Context, protocol, addr string) (*Conn, error) + func DialTimeout(ctx context.Context, protocol, addr string, timeout time.Duration) (*Conn, error) + func (cn *Conn) KeepAlive() error + func (cn *Conn) SetContext(ctx context.Context)