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/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
encoding/xml | Package xml implements a simple XML 1.0 parser that understands XML name spaces. |
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/Azure/azure-sdk-for-go/sdk/azcore | Package azcore implements an HTTP request/response middleware pipeline used by Azure SDK clients. |
github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pipeline | |
github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers | |
github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/loc | |
github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/op | |
github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/shared | |
github.com/Azure/azure-sdk-for-go/sdk/azcore/policy | Package policy contains the definitions needed for configuring in-box pipeline policies and creating custom policies. |
github.com/Azure/azure-sdk-for-go/sdk/internal/diag | |
github.com/Azure/azure-sdk-for-go/sdk/internal/errorinfo | |
github.com/Azure/azure-sdk-for-go/sdk/internal/log | |
github.com/Azure/azure-sdk-for-go/sdk/internal/uuid | |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
math | Package math provides basic constants and mathematical functions. |
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. |
mime/multipart | Package multipart implements MIME multipart parsing, as defined in RFC 2046. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |