Imports of package astutil

PathSynopsis
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).
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.