Imports of trace command

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cmd/internal/browserPackage browser provides utilities for interacting with users' browsers.
cmd/internal/telemetry/counter
cmpPackage cmp provides types and functions related to comparing ordered values.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
internal/trace
internal/trace/event
internal/trace/rawPackage raw provides an interface to interpret and emit Go execution traces.
internal/trace/traceviewer
internal/trace/traceviewer/formatPackage traceviewer provides definitions of the JSON data structures used by the Chrome trace viewer.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
mathPackage math provides basic constants and mathematical functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/http/pprofPackage pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
slicesPackage slices defines various functions useful with slices of any type.
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.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
timePackage time provides functionality for measuring and displaying time.