# package resp3 imports - godocs.io => /bufio bufio Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. => /bytes bytes Package bytes implements functions for the manipulation of byte slices. => /encoding encoding Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations. => /errors errors Package errors implements functions to manipulate errors. => /fmt fmt Package fmt implements formatted I/O with functions analogous to C's printf and scanf. => /github.com/mediocregopher/radix/v4/internal/bytesutil github.com/mediocregopher/radix/v4/internal/bytesutil Package bytesutil provides utility functions for working with bytes and byte streams that are useful when working with the RESP protocol. => /github.com/mediocregopher/radix/v4/resp github.com/mediocregopher/radix/v4/resp Package resp contains types and utilities useful for interacting with RESP protocols, without actually implementing any RESP protocol. => /io io Package io provides basic interfaces to I/O primitives. => /io/ioutil io/ioutil Package ioutil implements some I/O utility functions. => /math math Package math provides basic constants and mathematical functions. => /math/big math/big Package big implements arbitrary-precision arithmetic (big numbers). => /reflect reflect Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. => /sort sort Package sort provides primitives for sorting slices and user-defined collections. => /strconv strconv Package strconv implements conversions to and from string representations of basic data types. => /strings strings Package strings implements simple functions to manipulate UTF-8 encoded strings. => /sync sync Package sync provides basic synchronization primitives such as mutual exclusion locks.