exp: golang.org/x/exp/old/netchan Index | Files | Directories

Packages imported by netchan

PathSynopsis
encoding/gobPackage gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver).
errorsPackage errors implements functions to manipulate errors.
ioPackage io provides basic interfaces to I/​O primitives.
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/​O, including TCP/​IP, UDP, domain name resolution, and Unix domain sockets.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.