package radix imports - godocs.io
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.
Package bytes implements functions for the manipulation of byte slices.
Package list implements a doubly linked list.
Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
Package hex implements hexadecimal encoding and decoding.
Package errors implements functions to manipulate errors.
Package fmt implements formatted I/O with functions analogous to C's printf and scanf.
Package bytesutil provides utility functions for working with bytes and byte streams that are useful when working with the RESP protocol.
Package proc implements a simple framework for initializing and cleanly shutting down components.
Package resp contains types and utilities useful for interacting with RESP protocols, without actually implementing any RESP protocol.
Package resp3 implements the upgraded redis RESP3 protocol, a plaintext protocol which is also binary safe and backwards compatible with the original RESP2 protocol.
Package trace contains all the types provided for tracing within the radix package.
Package clock implements a library for mocking time.
Package io provides basic interfaces to I/O primitives.
Package math provides basic constants and mathematical functions.
Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
Package url parses URLs and implements query escaping.
Package os provides a platform-independent interface to operating system functionality.
Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
Package sort provides primitives for sorting slices and user-defined collections.
Package strconv implements conversions to and from string representations of basic data types.
Package strings implements simple functions to manipulate UTF-8 encoded strings.
Package sync provides basic synchronization primitives such as mutual exclusion locks.
Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
Package time provides functionality for measuring and displaying time.
Response: 20 (Success), text/gemini
| Original URL | gemini://godocs.io/github.com/mediocregopher/radix/v4@v4.... |
|---|---|
| Status Code | 20 (Success) |
| Content-Type | text/gemini; charset=utf-8 |