Imports of package analysisutil

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/printerPackage printer implements printing of AST nodes.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
go/typesPackage types declares the data types and implements the algorithms for type-checking of Go packages.
golang.org/x/tools/internal/analysisinternalPackage analysisinternal provides gopls' internal analyses with a number of helper functions that operate on typed syntax trees.
osPackage os provides a platform-independent interface to operating system functionality.