Imports of package trace

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cmd/internal/browserPackage browser provides utilities for interacting with users' browsers.
cmpPackage cmp provides types and functions related to comparing ordered values.
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/traceviewer
internal/trace/traceviewer/formatPackage traceviewer provides definitions of the JSON data structures used by the Chrome trace viewer.
internal/trace/v2
internal/trace/v2/raw
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/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.
timePackage time provides functionality for measuring and displaying time.