Imports of package template

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
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).
golang.org/x/tools/internal/eventPackage event provides a set of packages that cover the main concepts of telemetry in an implementation agnostic way.
golang.org/x/tools/internal/lsp/protocol
golang.org/x/tools/internal/lsp/source
golang.org/x/tools/internal/span
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
text/templatePackage template implements data-driven templates for generating textual output.
text/template/parsePackage parse builds parse trees for templates as defined by text/template and html/template.
timePackage time provides functionality for measuring and displaying time.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.