Imports of package inspector

PathSynopsis
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.
golang.org/x/tools/internal/astutil/edgePackage edge defines identifiers for each field of an ast.Node struct type that refers to another Node.
iterPackage iter provides basic definitions and operations related to iterators over sequences.
mathPackage math provides basic constants and mathematical functions.
unsafePackage unsafe contains operations that step around the type safety of Go programs.