Documentation ¶ Index ¶ func ListenPacket(network, addrStr string) (nc net.PacketConn, err error) func ResolveAddr(network, str string) (net.Addr, error) type Addr func ResolveInprocAddr(network, str string) (addr Addr, err error) func (Addr) Network() string func (me Addr) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ListenPacket ¶ func ListenPacket(network, addrStr string) (nc net.PacketConn, err error) func ResolveAddr ¶ func ResolveAddr(network, str string) (net.Addr, error) Types ¶ type Addr ¶ type Addr struct { Port int } func ResolveInprocAddr ¶ func ResolveInprocAddr(network, str string) (addr Addr, err error) func (Addr) Network ¶ func (Addr) Network() string func (Addr) String ¶ func (me Addr) String() string Source Files ¶ View all Source files inproc.go Click to show internal directories. Click to hide internal directories.