build: golang.org/x/build/revdial Index | Files | Directories

Packages imported by revdial

PathSynopsis
bufioPackage bufio implements buffered I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/​O with functions analogous to C's printf and scanf.
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.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.