Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
inspect
command
|
|
|
so
command
|
|
|
internal
|
|
|
so
|
|
|
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.
|
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. |
|
bytealg
Package bytealg implements core byte algorithms.
|
Package bytealg implements core byte algorithms. |
|
bytes
Package bytes implements functions for the manipulation of byte slices.
|
Package bytes implements functions for the manipulation of byte slices. |
|
c
Package c provides convenience helpers for C interop.
|
Package c provides convenience helpers for C interop. |
|
cmp
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. |
|
encoding
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. |
|
encoding/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. |
|
errors
Package errors implements functions to manipulate errors.
|
Package errors implements functions to manipulate errors. |
|
flag
Package flag implements command-line flag parsing.
|
Package flag implements command-line flag parsing. |
|
fmt
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. |
|
io
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. |
|
maps
Package maps provides a generic allocated map implementation.
|
Package maps provides a generic allocated map implementation. |
|
math
Package math provides basic constants and mathematical functions.
|
Package math provides basic constants and mathematical functions. |
|
math/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. |
|
math/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. |
|
mem
Package mem provides memory allocation facilities.
|
Package mem provides memory allocation facilities. |
|
os
Package os provides a platform-independent interface to operating system functionality.
|
Package os provides a platform-independent interface to operating system functionality. |
|
path
Package path implements utility routines for manipulating slash-separated paths.
|
Package path implements utility routines for manipulating slash-separated paths. |
|
runtime
Package runtime provides information about the environment where the program was compiled.
|
Package runtime provides information about the environment where the program was compiled. |
|
slices
Package slices provides various functions useful with slices of any type.
|
Package slices provides various functions useful with slices of any type. |
|
strconv
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. |
|
strings
Package strings implements simple functions to manipulate UTF-8 encoded strings.
|
Package strings implements simple functions to manipulate UTF-8 encoded strings. |
|
stringslite
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". |
|
testing/iotest
Package iotest implements Readers and Writers useful mainly for testing.
|
Package iotest implements Readers and Writers useful mainly for testing. |
|
time
Package time provides functionality for measuring and displaying time.
|
Package time provides functionality for measuring and displaying time. |
|
unicode
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. |
|
unicode/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.