internal/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
internal/bytealg | |
internal/cpu | Package cpu implements processor feature detection used by the Go standard library. |
internal/fmtsort | Package fmtsort provides a general stable ordering mechanism for maps, on behalf of the fmt and text/template packages. |
internal/goroot | |
internal/nettrace | Package nettrace contains internal hooks for tracing activity in the net package. |
internal/poll | Package poll supports non-blocking I/O on file descriptors with polling. |
internal/race | Package race contains helper functions for manually instrumenting code for the race detector. |
internal/singleflight | Package singleflight provides a duplicate function call suppression mechanism. |
internal/syscall | |
internal/syscall/unix | |
internal/syscall/windows | |
internal/syscall/windows/registry | |
internal/syscall/windows/sysdll | Package sysdll is an internal leaf package that records and reports which Windows DLL names are used by Go itself. |
internal/testenv | Package testenv provides information about what functionality is available in different testing environments run by the Go team. |
internal/testlog | Package testlog provides a back-channel communication path between tests and package os, so that cmd/go can see which environment variables and files a test consults. |
internal/trace | |
internal/x | |
internal/xcoff | Package xcoff implements access to XCOFF (Extended Common Object File Format) files. |
internal/x/crypto | |
internal/x/crypto/chacha20poly1305 | Package chacha20poly1305 implements the ChaCha20-Poly1305 AEAD as specified in RFC 7539. |
internal/x/crypto/cryptobyte | Package cryptobyte contains types that help with parsing and constructing length-prefixed, binary messages, including ASN.1 DER. |
internal/x/crypto/cryptobyte/asn1 | Package asn1 contains supporting types for parsing and building ASN.1 messages with the cryptobyte package. |
internal/x/crypto/curve25519 | Package curve25519 provides an implementation of scalar multiplication on the elliptic curve known as curve25519. |
internal/x/crypto/hkdf | Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. |
internal/x/crypto/internal | |
internal/x/crypto/internal/chacha20 | Package ChaCha20 implements the core ChaCha20 function as specified in https://tools.ietf.org/html/rfc7539#section-2.3. |
internal/x/crypto/poly1305 | Package poly1305 implements Poly1305 one-time message authentication code as specified in https://cr.yp.to/mac/poly1305-20050329.pdf. |
internal/x/net | |
internal/x/net/dns | |
internal/x/net/dns/dnsmessage | Package dnsmessage provides a mostly RFC 1035 compliant implementation of DNS message packing and unpacking. |
internal/x/net/http | |
internal/x/net/http2 | |
internal/x/net/http2/hpack | Package hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2. |
internal/x/net/http/httpguts | Package httpguts provides functions implementing various details of the HTTP specification. |
internal/x/net/http/httpproxy | Package httpproxy provides support for HTTP proxy determination based on environment variables, as provided by net/http's ProxyFromEnvironment function. |
internal/x/net/idna | Package idna implements IDNA2008 using the compatibility processing defined by UTS (Unicode Technical Standard) #46, which defines a standard to deal with the transition from IDNA2003. |
internal/x/net/internal | |
internal/x/net/internal/nettest | Package nettest provides utilities for network testing. |
internal/x/net/nettest | Package nettest provides utilities for network testing. |
internal/x/net/route | Package route provides basic functions for the manipulation of packet routing facilities on BSD variants. |
internal/x/text | |
internal/x/text/secure | secure is a repository of text security related packages. |
internal/x/text/secure/bidirule | Package bidirule implements the Bidi Rule defined by RFC 5893. |
internal/x/text/transform | Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations. |
internal/x/text/unicode | unicode holds packages with implementations of Unicode standards that are mostly used as building blocks for other packages in internal/x/text, layout engines, or are otherwise more low-level in nature. |
internal/x/text/unicode/bidi | Package bidi contains functionality for bidirectional text support. |
internal/x/text/unicode/norm | Package norm contains types and functions for normalizing Unicode strings. |
- Version
- v1.12.4
- Published
- Apr 11, 2019
- Platform
- darwin/amd64
- Last checked
- 4 seconds ago –
Tools for package owners.