Imports of package tests

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
golang.org/x/tools/go/expectPackage expect provides support for interpreting structured comments in Go source code (including go.mod and go.work files) as test expectations.
golang.org/x/tools/go/packagesPackage packages loads Go packages for inspection and analysis.
golang.org/x/tools/go/packages/packagestestPackage packagestest creates temporary projects on disk for testing go tools on.
golang.org/x/tools/internal/lsp/command
golang.org/x/tools/internal/lsp/diff
golang.org/x/tools/internal/lsp/diff/myers
golang.org/x/tools/internal/lsp/protocol
golang.org/x/tools/internal/lsp/source
golang.org/x/tools/internal/lsp/source/completion
golang.org/x/tools/internal/span
golang.org/x/tools/internal/testenvPackage testenv contains helper functions for skipping tests based on which tools are present in the environment.
golang.org/x/tools/internal/typeparamsPackage typeparams contains common utilities for writing tools that interact with generic Go code, as introduced with Go 1.18.
golang.org/x/tools/txtarPackage txtar implements a trivial text-based file archive format.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.