Imports of package generated

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
encoding/xmlPackage xml implements a simple XML 1.0 parser that understands XML name spaces.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Azure/azure-sdk-for-go/sdk/azcorePackage azcore implements an HTTP request/response middleware pipeline used by Azure SDK clients.
github.com/Azure/azure-sdk-for-go/sdk/azcore/policyPackage policy contains the definitions needed for configuring in-box pipeline policies and creating custom policies.
github.com/Azure/azure-sdk-for-go/sdk/azcore/runtimePackage runtime contains various facilities for creating requests and handling responses.
github.com/Azure/azure-sdk-for-go/sdk/azcore/toPackage to contains various type-conversion helper functions.
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.