SMOLNET PORTAL home about changes

package radix imports - godocs.io


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

Package bytes implements functions for the manipulation of byte slices.

context

Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.

crypto/sha1

Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.

crypto/tls

Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.

encoding/hex

Package hex implements hexadecimal encoding and decoding.

errors

Package errors implements functions to manipulate errors.

fmt

Package fmt implements formatted I/O with functions analogous to C's printf and scanf.

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

Package resp contains types and utilities useful for interacting with RESP protocols, without actually implementing any RESP protocol.

github.com/mediocregopher/radix/v4/resp/resp2
github.com/mediocregopher/radix/v4/trace

Package trace contains all the types provided for tracing within the radix package.

io

Package io provides basic interfaces to I/O primitives.

math

Package math provides basic constants and mathematical functions.

net

Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.

net/url

Package url parses URLs and implements query escaping.

reflect

Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.

sort

Package sort provides primitives for sorting slices and user-defined collections.

strconv

Package strconv implements conversions to and from string representations of basic data types.

strings

Package strings implements simple functions to manipulate UTF-8 encoded strings.

sync

Package sync provides basic synchronization primitives such as mutual exclusion locks.

sync/atomic

Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.

time

Package time provides functionality for measuring and displaying time.

Response: 20 (Success), text/gemini
Original URLgemini://godocs.io/github.com/mediocregopher/radix/v4@v4....
Status Code20 (Success)
Content-Typetext/gemini; charset=utf-8