Imports of package astutil

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cuelang.org/go/internal/golangorgx/gopls/util/safetokenPackage safetoken provides wrappers around methods in go/token, that return errors rather than panicking.
cuelang.org/go/internal/golangorgx/tools/typeparamsPackage typeparams contains common utilities for writing tools that interact with generic Go code, as introduced with Go 1.18.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/scannerPackage scanner implements a scanner for Go source text.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).