Imports of package testutil

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go/buildPackage build gathers information about Go packages.
go/formatPackage format implements standard formatting of Go source.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
go/versionPackage version provides operations on [Go versions] in [Go toolchain name syntax]: strings like "go1.20", "go1.21.0", "go1.22rc2", and "go1.23.4-bigcorp".
golang.org/x/tools/go/analysisPackage analysis defines the interface between a modular static analysis and an analysis driver program.
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/txtarPackage txtar implements a trivial text-based file archive format.
honnef.co/go/tools/analysis/lintPackage lint provides abstractions on top of go/analysis.
honnef.co/go/tools/config
honnef.co/go/tools/go/buildid
honnef.co/go/tools/internal/diff/myers
honnef.co/go/tools/lintcmd/cachePackage cache implements a build artifact cache.
honnef.co/go/tools/lintcmd/runnerPackage runner implements a go/analysis runner.
ioPackage io provides basic interfaces to I/O primitives.
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
testingPackage testing provides support for automated testing of Go packages.