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 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 tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
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 resp contains types and utilities useful for interacting with RESP protocols, without actually implementing any RESP protocol.
github.com/mediocregopher/radix/v4/trace
Package trace contains all the types provided for tracing within the radix package.
Package io provides basic interfaces to I/O primitives.
Package math provides basic constants and mathematical functions.
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 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 |