Directories
¶
| Path | Synopsis |
|---|---|
|
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 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 bytealg implements core byte algorithms.
|
Package bytealg implements core byte algorithms. |
|
Package bytes implements functions for the manipulation of byte slices.
|
Package bytes implements functions for the manipulation of byte slices. |
|
Package c provides convenience helpers for C interop.
|
Package c provides convenience helpers for C interop. |
|
Package cmp provides types and functions related to comparing ordered values.
|
Package cmp provides types and functions related to comparing ordered values. |
|
crypto
|
|
|
crand
Package crand implements a cryptographically secure random number generator.
|
Package crand implements a cryptographically secure random number generator. |
|
Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations.
|
Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations. |
|
binary
Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
|
Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
|
Package errors implements functions to manipulate errors.
|
Package errors implements functions to manipulate errors. |
|
Package flag implements command-line flag parsing.
|
Package flag implements command-line flag parsing. |
|
Package fmt implements formatted I/O with functions analogous to C's printf and scanf.
|
Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
|
Package io provides basic interfaces to I/O primitives.
|
Package io provides basic interfaces to I/O primitives. |
|
log
|
|
|
slog
Package slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs.
|
Package slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs. |
|
Package maps provides a generic allocated map implementation.
|
Package maps provides a generic allocated map implementation. |
|
Package math provides basic constants and mathematical functions.
|
Package math provides basic constants and mathematical functions. |
|
bits
Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
|
Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
|
rand
Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
|
Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
|
Package mem provides memory allocation facilities.
|
Package mem provides memory allocation facilities. |
|
Package os provides a platform-independent interface to operating system functionality.
|
Package os provides a platform-independent interface to operating system functionality. |
|
Package path implements utility routines for manipulating slash-separated paths.
|
Package path implements utility routines for manipulating slash-separated paths. |
|
Package runtime provides information about the environment where the program was compiled.
|
Package runtime provides information about the environment where the program was compiled. |
|
Package slices provides various functions useful with slices of any type.
|
Package slices provides various functions useful with slices of any type. |
|
Package strconv implements conversions to and from string representations of basic data types.
|
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 strings implements simple functions to manipulate UTF-8 encoded strings. |
|
Package stringslite implements a subset of strings, only using packages that may be imported by "os".
|
Package stringslite implements a subset of strings, only using packages that may be imported by "os". |
|
iotest
Package iotest implements Readers and Writers useful mainly for testing.
|
Package iotest implements Readers and Writers useful mainly for testing. |
|
Package time provides functionality for measuring and displaying time.
|
Package time provides functionality for measuring and displaying time. |
|
Package unicode provides data and functions to test some properties of Unicode code points.
|
Package unicode provides data and functions to test some properties of Unicode code points. |
|
utf8
Package utf8 implements functions and constants to support text encoded in UTF-8.
|
Package utf8 implements functions and constants to support text encoded in UTF-8. |
Click to show internal directories.
Click to hide internal directories.