Versions in this module Expand all Collapse all v100 v100.0.0 Sep 3, 2024 Changes in this version + func Connect(protoAddr string) (net.Conn, error) + func ConnectContext(ctx context.Context, protoAddr string) (net.Conn, error) + func GetFreePort() (int, error) + func ProtocolAndAddress(listenAddr string) (protocol, address string)