Imports of package debug

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/formatPackage format implements standard formatting of Go source.
go/importerPackage importer provides access to export data importers.
go/parserPackage parser implements a parser for Go source files.
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.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.